diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2011-03-13 02:50:13 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2011-03-13 02:50:13 +0100 |
commit | e29d9f63c9487e6849af911c479661c494066326 (patch) | |
tree | f9f747ebd5102590fefda07947910c23a31e4517 /bashrc/common | |
parent | 0887607b7a5d957ff2e3cd91b9cb960e78a63881 (diff) | |
download | dotfiles-e29d9f63c9487e6849af911c479661c494066326.tar.gz dotfiles-e29d9f63c9487e6849af911c479661c494066326.tar.xz dotfiles-e29d9f63c9487e6849af911c479661c494066326.zip |
tmux: added autoresume by simply using tmux or t
Diffstat (limited to 'bashrc/common')
-rw-r--r-- | bashrc/common/alias.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc/common/alias.sh b/bashrc/common/alias.sh index c1e9b6b..88220d5 100644 --- a/bashrc/common/alias.sh +++ b/bashrc/common/alias.sh @@ -50,3 +50,6 @@ unzip() { # screen autoresume alias screen="screen -xR" + +# tmux autoresume +hash tmux 2>/dev/null && alias tmux=t |