fix slow terminal init

Moved all completion.sh and .zsh files into the zsh directory, so I
don't end up scanning all of my dotfiles plus nvm each time a new
terminal is initialized.
This commit is contained in:
Nick Nisi
2014-03-14 21:42:34 -05:00
parent c937dead7e
commit cf9ef8c569
4 changed files with 2 additions and 2 deletions

4
zsh/tmux.zsh Normal file
View File

@@ -0,0 +1,4 @@
alias ta='tmux attach'
alias tls='tmux ls'
alias tat='tmux attach -t'
alias tns='tmux new-session -s'