|
@@ -1,3 +1,11 @@
|
|
|
|
+#
|
|
|
|
+# Aliases
|
|
|
|
+#
|
|
|
|
+
|
|
|
|
+alias ta='tmux attach -t'
|
|
|
|
+alias ts='tmux new-session -s'
|
|
|
|
+alias tl='tmux list-sessions'
|
|
|
|
+
|
|
# Only run if tmux is actually installed
|
|
# Only run if tmux is actually installed
|
|
if which tmux &> /dev/null
|
|
if which tmux &> /dev/null
|
|
then
|
|
then
|