Skip to content

Commit

Permalink
alias ccb change to xsel on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Adidi committed Oct 2, 2019
1 parent f027927 commit 726bb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/includes/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ alias server="open http://localhost:8000 && python -m SimpleHTTPServer"
# Send OS X notification
alias notify='terminal-notifier -message "Done" -activate com.googlecode.iterm2'

alias ccb="xclip -sel clip <"
alias ccb="xsel -ib <"

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

0 comments on commit 726bb74

Please sign in to comment.