Skip to content

N-Vlahovic/zsh-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

A few useful zsh functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages