zsh: use wayland alternatives for copy and paste on linux
This commit is contained in:
parent
742050ea33
commit
68aa91f0e9
1 changed files with 4 additions and 2 deletions
6
.zshrc
6
.zshrc
|
@ -54,8 +54,10 @@ case "$unamestr" in
|
|||
;;
|
||||
"Linux")
|
||||
alias o="xdg-open"
|
||||
alias cpy="xclip -selection clipboard"
|
||||
alias pst="xclip -selection clipboard -o"
|
||||
alias cpy="wl-copy"
|
||||
alias pst="wl-paste"
|
||||
alias xcpy="xclip -selection clipboard"
|
||||
alias xpst="xclip -selection clipboard -o"
|
||||
|
||||
# use dircolors, if we have them
|
||||
if [[ -f $HOME/.dir_colors ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue