add alias for 'tmux kill-session -t'

pull/1548/head
Erick A. Chacón Montalván 2020-04-06 00:16:19 +01:00 committed by GitHub
parent 88231867b6
commit 7d3b571c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ about-alias 'Tmux terminal multiplexer'
alias txl='tmux ls' alias txl='tmux ls'
alias txn='tmux new -s' alias txn='tmux new -s'
alias txa='tmux a -t' alias txa='tmux a -t'
alias txk='tmux kill-session -t'