Skip to content

Commit fde84dc

Browse files
committed
tmux: add tk alias to zshrc
1 parent e48c2c1 commit fde84dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh/zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ fi
5353
if is_command_available tmux; then
5454
# Some useful & opinionated tmux aliases
5555
alias t='tmux'
56-
5756
alias tl='tmux ls'
57+
alias tk='tmux kill-server'
5858

5959
# Create a new tmux session with a blank window in "~"
6060
alias tmuxnew='tmux new -n "" -c "~" -s'

0 commit comments

Comments
 (0)