diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -70,6 +70,10 @@ export KEYTIMEOUT=1 fpath+="$XDG_CONFIG_HOME/zsh/zfunc" +autoload -Uz compinit + +alias compinit='compinit -u' + if [ -n "$ZPLUG_INSTALLED" ]; then # zsh history substring search zplug "zsh-users/zsh-history-substring-search", as:plugin @@ -94,3 +98,4 @@ compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION" zstyle ':completion:*' hosts off #zprof +export PATH="/opt/homebrew/opt/rustup/bin:$PATH" |