diff options
author | yushyin <yushyin@saga> | 2020-03-12 13:04:53 +0100 |
---|---|---|
committer | yushyin <yushyin@saga> | 2020-03-12 13:04:53 +0100 |
commit | 414d758e263c6d11141314977f649f945cf289ea (patch) | |
tree | e3985841a2d246e90b1321bc65a3bc00bb7f3968 /zsh | |
parent | 2f040373bb93903ac0a00afd9a1d099c281ad43a (diff) | |
download | dotfiles-igor-414d758e263c6d11141314977f649f945cf289ea.tar.gz dotfiles-igor-414d758e263c6d11141314977f649f945cf289ea.tar.xz |
zsh config
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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~" |