diff options
author | Tharre <tharre3@gmail.com> | 2019-03-06 18:09:16 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2019-03-06 18:09:24 +0100 |
commit | a4693c481bc5384f88a338b1774d3a87051995b6 (patch) | |
tree | 8b0a5a0d2959c3aea40a40625a9ea34635f4c0dd | |
parent | 3d5348168e9e0304d6f7c418db97923567579e01 (diff) | |
download | dotfiles-a4693c481bc5384f88a338b1774d3a87051995b6.tar.gz dotfiles-a4693c481bc5384f88a338b1774d3a87051995b6.tar.xz dotfiles-a4693c481bc5384f88a338b1774d3a87051995b6.zip |
zsh: add alias 'ta' for opening tmux (+attach)
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |