summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-15 12:47:29 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-15 12:47:29 -0700
commitc9fc74a3ed6e9b5df904853bdc3f558a774e2dbb (patch)
tree7b6843e6fbda10c514278a1bd07c76874450ddd7
parent0446209c8cf486fc5010f800c46ab007bc048101 (diff)
downloaddotfiles-c9fc74a3ed6e9b5df904853bdc3f558a774e2dbb.tar.gz
screen reattach alias
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 1081116a..6acab0f0 100644
--- a/.bashrc
+++ b/.bashrc
@@ -43,6 +43,7 @@ alias e="$EDITOR"
alias mrs="mr -m status"
alias d="emacsclient -c -n -e '(dired \".\")'"
alias ta="tmux attach-session"
+alias rax="screen -URaAx"
alias sid-build-deps='mk-build-deps -ir -s sudo -t \
"apt-get -o Debug::pkgProblemResolver=yes -t sid --no-install-recommends"'