summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index ed3a03e..029d903 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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'