commit 6a22f2d90f33435a472f149b0abb79476a70e57a parent 8ad0c783fe28793073d3a8f487e7cf127b997261 Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Mon, 21 Mar 2016 12:47:54 -0700 Merge branch 'master' of github.com:anders-dc/dotfiles Diffstat:
M | .zshrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.zshrc b/.zshrc @@ -93,7 +93,7 @@ alias findgrep='find . | grep -i ' alias lsgrep='ls -la | grep -in ' alias zshreload="source ~/.zshrc" -alias dotfiles-update="cd ~/code/dotfiles && git pull && zshreload && cd -" +alias dotfiles-update="cd ~/code/dotfiles && git pull ; zshreload ; cd -" alias m="make" alias mc="make clean"