summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-15 11:58:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-15 11:58:12 -0700
commita2c833e35f3fb125f487b1386361c4ca92b20b91 (patch)
tree0772154634ea2b7b3e15dd5e089aae978fb702cd
parentcb7d03e5ce8be5e4f360e63127a2b5a1adefb0c7 (diff)
downloaddotfiles-a2c833e35f3fb125f487b1386361c4ca92b20b91.tar.gz
ta shell alias
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 9987dc7e..1081116a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -42,6 +42,7 @@ alias vi="$EDITOR"
alias e="$EDITOR"
alias mrs="mr -m status"
alias d="emacsclient -c -n -e '(dired \".\")'"
+alias ta="tmux attach-session"
alias sid-build-deps='mk-build-deps -ir -s sudo -t \
"apt-get -o Debug::pkgProblemResolver=yes -t sid --no-install-recommends"'