aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-07-16 10:14:10 +0800
committergxlin <[email protected]>2021-07-16 10:14:10 +0800
commit58263cb458bc7ad9b123173f81f0912f341a702c (patch)
tree773180fc7d872cfd34a9047e5b9a887daf2ae719 /.zshrc
parentd4e1469e4b0c5aaf5c23be555e8b224f9254d781 (diff)
downloaddotfiles-58263cb458bc7ad9b123173f81f0912f341a702c.tar.gz
dotfiles-58263cb458bc7ad9b123173f81f0912f341a702c.tar.bz2
dotfiles-58263cb458bc7ad9b123173f81f0912f341a702c.zip
Bug fix in bootstrap.sh
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index dd9ce52..03a77ec 100644
--- a/.zshrc
+++ b/.zshrc
@@ -18,7 +18,7 @@ HISTSIZE=1000
SAVEHIST=1000
HISTFILE=~/.zsh_history
-[ -d ~/.dotfiles/bin ] && export PATH="$HOME/.dotfiles/bin:$PATH"
+[ -d ~/bin ] && export PATH="$HOME/bin:$PATH"
[[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh
@@ -67,4 +67,4 @@ if ! zplug check --verbose; then
fi
zplug load
-source $HOME/.dotfiles/.aliases
+source $HOME/.aliases