mirror of https://github.com/akelge/zsh
Minor optimizations
This commit is contained in:
parent
653379ec31
commit
8eb55fb478
|
@ -1,6 +1,6 @@
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
# Start autocomplete
|
# Start autocomplete
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit bashcompinit
|
||||||
|
|
||||||
for dump in ~/.zcompdump(N.mh+24); do
|
for dump in ~/.zcompdump(N.mh+24); do
|
||||||
compinit
|
compinit
|
||||||
|
@ -9,7 +9,7 @@ done
|
||||||
|
|
||||||
compinit -C
|
compinit -C
|
||||||
|
|
||||||
autoload bashcompinit && bashcompinit
|
bashcompinit
|
||||||
# autoload bashcompinit
|
# autoload bashcompinit
|
||||||
|
|
||||||
# allow approximate
|
# allow approximate
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
fpath=($0:h/prompts $fpath)
|
fpath+=$0:h/prompts
|
||||||
fpath+=$0:h/prompts/mypure
|
fpath+=$0:h/prompts/mypure
|
||||||
# fpath+=$0:h/prompts/pure
|
# fpath+=$0:h/prompts/pure
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
https://github.com/sindresorhus/pure.git
|
|
2
zshrc
2
zshrc
|
@ -11,7 +11,7 @@
|
||||||
# Load zprof if we need to profile startup time
|
# Load zprof if we need to profile startup time
|
||||||
# at the bottom of ~/.zshrc add `zprof >! zsh_profile` to save
|
# at the bottom of ~/.zshrc add `zprof >! zsh_profile` to save
|
||||||
# profiling data at startup
|
# profiling data at startup
|
||||||
# zmodload zsh/zprof
|
zmodload zsh/zprof
|
||||||
|
|
||||||
# Default PATH
|
# Default PATH
|
||||||
PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$HOME/bin"
|
PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$HOME/bin"
|
||||||
|
|
Loading…
Reference in New Issue