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 ad8f6d8c9cae719c7f1b15ecd6e0c900a155f67a
parent afe3f66c7335ca8dadc404f93c8df9d4b6a754ec
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri,  1 Apr 2016 09:37:15 -0700

commit dotfile changes from anywhere

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

diff --git a/.zshrc b/.zshrc @@ -95,6 +95,7 @@ alias fixdisplay='export DISPLAY=:0' alias zshreload="source ~/.zshrc" alias dotfiles-update="cd ~/code/dotfiles && git pull ; zshreload ; cd -" +alias dotfiles-commit="cd ~/code/dotfiles && git commit -a -v && git push ; cd -" alias m="make" alias mc="make clean"