Setup: cd/cd- ->pushd/popd.
This commit is contained in:
parent
21c560da58
commit
42f12300ed
@ -12,11 +12,11 @@ echo
|
||||
|
||||
# Dotfiles
|
||||
header "Updating dotfiles..."
|
||||
cd "$HOME/dotfiles"
|
||||
pushd "$HOME/dotfiles"
|
||||
git pull
|
||||
./sync.py
|
||||
source "$HOME/.bashrc"
|
||||
cd -
|
||||
popd
|
||||
echo
|
||||
|
||||
# OS X
|
||||
|
Loading…
Reference in New Issue
Block a user