diff --git a/zsh/functions.zsh b/zsh/functions.zsh index 2dde17a..4769978 100644 --- a/zsh/functions.zsh +++ b/zsh/functions.zsh @@ -43,14 +43,14 @@ vfind() { ### Others ### pull-dotfiles() { - pushd > /dev/null 2>&1 + current_dir=$PWD echo Pulling dotfiles... cd ~/.config/dotfiles && git pull echo Pulling scripts... cd ~/.scripts && git pull echo Pulling oh-my-zsh cd ~/.config/oh-my-zsh && git pull - popd > /dev/null 2>&1 + cd $current_dir } # Recover a vim backup