Skip to content

Commit

Permalink
adding tmux aliases new session and join session
Browse files Browse the repository at this point in the history
  • Loading branch information
Adidi authored Oct 20, 2016
1 parent 3b43a79 commit ae70220
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions zsh/includes/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,13 @@ alias server="open http://localhost:8000 && python -m SimpleHTTPServer"
alias notify='terminal-notifier -message "Done" -activate com.googlecode.iterm2'

alias ccb="xclip -sel clip <"

# tmux new session with name
alias txns="tmux new-session -s"

#tmux join session by name
alias txjs="tmux a -t"




0 comments on commit ae70220

Please sign in to comment.