Skip to content

Commit

Permalink
fix ubuntu ntw & load tmux with flag -u for unicode support
Browse files Browse the repository at this point in the history
  • Loading branch information
Adidi committed Oct 14, 2019
1 parent 726bb74 commit dbc18b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zsh/includes/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ alias notify='terminal-notifier -message "Done" -activate com.googlecode.iterm2'
alias ccb="xsel -ib <"

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

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

alias ntw="sudo service NetworkManager restart && sudo service network restart"
alias ntw="sudo service NetworkManager restart"


alias cb="bash ~/.dotfiles/zsh/includes/copy-clipboard.sh"
Expand Down

0 comments on commit dbc18b1

Please sign in to comment.