summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 75ba23e..ee48183 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -39,7 +39,8 @@ autoload -Uz compinit
compinit -d $HOME/.cache/zsh/zcompdump
# Misc
-PATH=$PATH:~/.local/bin
+typeset -U path
+path+=(~/.local/bin)
REPORTTIME=2
PROMPT=": "
RPROMPT="%1~"