summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2019-03-06 18:09:16 +0100
committerTharre <tharre3@gmail.com>2019-03-06 18:09:24 +0100
commita4693c481bc5384f88a338b1774d3a87051995b6 (patch)
tree8b0a5a0d2959c3aea40a40625a9ea34635f4c0dd /.zshrc
parent3d5348168e9e0304d6f7c418db97923567579e01 (diff)
downloaddotfiles-a4693c481bc5384f88a338b1774d3a87051995b6.tar.gz
dotfiles-a4693c481bc5384f88a338b1774d3a87051995b6.tar.xz
dotfiles-a4693c481bc5384f88a338b1774d3a87051995b6.zip
zsh: add alias 'ta' for opening tmux (+attach)
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
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