summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 791b5d1..45123bb 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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
@@ -98,3 +102,4 @@ fi;
zstyle ':completion:*' hosts off
#zprof
+export PATH="/opt/homebrew/opt/rustup/bin:$PATH"