Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 486 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 486 Bytes

ZSH Functions

A few useful custom functions that I use in zsh:

  • tmuxsess: Connect to an existing tmux session, i.e. tmuxsess <name>.
  • tmuxkill: Kill an existing tmux session, i.e. tmuxkill <name>.
  • tmuxnew: Create a new tmux session with a given name, i.e. tmuxnew <name>.

To have these functions available, either source the file within your shell, i.e. source path/to/functions.zsh. Alternatively, add the previous command to your .zshrc file.