Setup: cd/cd- ->pushd/popd.

This commit is contained in:
Artem Sapegin 2013-02-20 15:43:07 +04:00
parent 21c560da58
commit 42f12300ed
1 changed files with 2 additions and 2 deletions

View File

@ -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