dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d44417ffb1f3d0a81227c0b0342180829f587006
parent eb2edb87209d317400178d83974394ecb5d34204
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed,  3 Feb 2016 14:21:49 -0800

add alias for updating dotfiles

Diffstat:
M.zshrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -80,6 +80,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 m="make" alias mc="make clean"