diff --git a/zsh.d/20-complete.zsh b/zsh.d/20-complete.zsh index 8379543..bf6078f 100644 --- a/zsh.d/20-complete.zsh +++ b/zsh.d/20-complete.zsh @@ -1,6 +1,6 @@ ####################################################################################### # Start autocomplete -autoload -Uz compinit +autoload -Uz compinit bashcompinit for dump in ~/.zcompdump(N.mh+24); do compinit @@ -9,7 +9,7 @@ done compinit -C -autoload bashcompinit && bashcompinit +bashcompinit # autoload bashcompinit # allow approximate diff --git a/zsh.d/30-prompt.zsh b/zsh.d/30-prompt.zsh index d084393..e2c01ae 100644 --- a/zsh.d/30-prompt.zsh +++ b/zsh.d/30-prompt.zsh @@ -1,4 +1,4 @@ -fpath=($0:h/prompts $fpath) +fpath+=$0:h/prompts fpath+=$0:h/prompts/mypure # fpath+=$0:h/prompts/pure diff --git a/zsh.d/prompts/pure_repo.txt b/zsh.d/prompts/pure_repo.txt deleted file mode 100644 index 855bbbb..0000000 --- a/zsh.d/prompts/pure_repo.txt +++ /dev/null @@ -1 +0,0 @@ -https://github.com/sindresorhus/pure.git diff --git a/zsh.d/prompts/testfile b/zsh.d/prompts/testfile deleted file mode 100644 index e69de29..0000000 diff --git a/zshrc b/zshrc index eb83a01..5473e73 100644 --- a/zshrc +++ b/zshrc @@ -11,7 +11,7 @@ # Load zprof if we need to profile startup time # at the bottom of ~/.zshrc add `zprof >! zsh_profile` to save # profiling data at startup -# zmodload zsh/zprof +zmodload zsh/zprof # Default PATH PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$HOME/bin"