summary refs log tree commit diff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-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"