summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2020-03-12 13:04:53 +0100
committeryushyin <yushyin@saga>2020-03-12 13:04:53 +0100
commit414d758e263c6d11141314977f649f945cf289ea (patch)
treee3985841a2d246e90b1321bc65a3bc00bb7f3968
parent2f040373bb93903ac0a00afd9a1d099c281ad43a (diff)
downloaddotfiles-igor-414d758e263c6d11141314977f649f945cf289ea.tar.gz
dotfiles-igor-414d758e263c6d11141314977f649f945cf289ea.tar.xz
zsh config
-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~"