From a4693c481bc5384f88a338b1774d3a87051995b6 Mon Sep 17 00:00:00 2001 From: Tharre Date: Wed, 6 Mar 2019 18:09:16 +0100 Subject: zsh: add alias 'ta' for opening tmux (+attach) --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 8d8bdf6..0f9354b 100644 --- a/.zshrc +++ b/.zshrc @@ -15,6 +15,7 @@ alias xclip="xclip -selection c" alias open="xdg-open" alias wee='WEECHAT_PASSPHRASE="$(pass personal/weechat)" weechat' alias which-command='whence' +alias ta='exec tmux new -A -s 1' ## zsh options setopt extended_glob -- cgit v1.2.3-70-g09d2