aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-03-07 20:34:19 +0800
committergxlin <[email protected]>2021-03-07 20:34:19 +0800
commit27c10d02727974a6891f055f37a04c845e2b8a77 (patch)
treec9dbbbabe2b5a3e10c03cf8a216de2998dcf40bd /.zshrc
parent278ede552736d0e87bf5799f60c7981b6a503a21 (diff)
downloaddotfiles-27c10d02727974a6891f055f37a04c845e2b8a77.tar.gz
dotfiles-27c10d02727974a6891f055f37a04c845e2b8a77.tar.bz2
dotfiles-27c10d02727974a6891f055f37a04c845e2b8a77.zip
Add paredit, make ledger executable
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index fea0494..c12e265 100644
--- a/.zshrc
+++ b/.zshrc
@@ -14,7 +14,7 @@ HISTSIZE=1000
SAVEHIST=1000
HISTFILE=~/.zsh_history
-[ -f ~/.dotfiles/bin ] && export PATH="$HOME/.dotfiles/bin:$PATH"
+[ -d ~/.dotfiles/bin ] && export PATH="$HOME/.dotfiles/bin:$PATH"
[[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh