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 00390b26ef0cdbe7623a73412a89d0462fa32967
parent ff5378471422a2e7e8f9b22f691e52568d162e18
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 23 Mar 2016 11:42:10 -0700

add alias to set current display when tmux session has been detached

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

diff --git a/.zshrc b/.zshrc @@ -91,6 +91,7 @@ alias clear='clear && tmux clear-history' alias ct='ctags -R .' alias findgrep='find . | grep -i ' alias lsgrep='ls -la | grep -in ' +alias fixdisplay='export DISPLAY=:0' alias zshreload="source ~/.zshrc" alias dotfiles-update="cd ~/code/dotfiles && git pull ; zshreload ; cd -"