diff options
author | Patrick Simianer <p@simianer.de> | 2014-06-23 21:51:40 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-06-23 21:51:40 +0200 |
commit | 2b34e8bd25d85e5e28fc32558d07ff828e592771 (patch) | |
tree | 6be10155d161e372a59cf7aae0380fffc3bc02cb | |
parent | 8b022424b8b4004787d6255b8023a43e5c8c4fbe (diff) |
fix
-rw-r--r-- | .zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -154,7 +154,6 @@ alias fastltx='pdflatex -interaction=batchmode --shell-escape -parse-first-line' alias lp2p='/usr/bin/lp -o sides=two-sided-long-edge' alias lp4p='/usr/bin/lp -o sides=two-sided-short-edge -o number-up=2' alias lp8p='/usr/bin/lp -o sides=two-sided-short-edge -o number-up=4 -o landscape' -alias tmux="TERM=screen-256color tmux" alias muxn='tmux new -s' alias muxl='tmux list-sessions' alias muxa='tmux attach -t' |