Skip to content

Commit a0b09c3

Browse files
committed
Replace xclip to xsel - it hangs on some terminals when we try to exit
1 parent ea09085 commit a0b09c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux/.bash_aliases

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ alias hibernate='systemctl suspend'
33
alias keyboard='setxkbmap us -variant intl > /dev/null &'
44
alias turnoff='shutdown -h now'
55
alias code="code --add ."
6-
alias xclip='xclip -sel clipboard'
6+
alias xclip='xsel --clipboard'

0 commit comments

Comments
 (0)