summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-18 22:31:35 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-18 22:31:35 -0700
commitec5310784b100a276759295f0e33a6117ca86fd7 (patch)
treeed4da68c3f02238b3869fc5754eb965cc1a9522a
parent[tmux] drop a few things. (diff)
downloademacs.d-ec5310784b100a276759295f0e33a6117ca86fd7.tar.gz
[bash] remove some aliases
Diffstat (limited to '')
-rw-r--r--bashrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index e5c1efd..097fd6a 100644
--- a/bashrc
+++ b/bashrc
@@ -69,7 +69,5 @@ alias pjson="python -mjson.tool"
 
 # tmux
 alias tmux='tmux -2'
-alias main='tmux a -t main'
-alias work='tmux new-session -A -s work'
 
 [ -f "${HOME}/.bash_local" ] && source "${HOME}/.bash_local"