Update fish config for 3.1.0
This commit is contained in:
parent
b59c4cf08c
commit
fa3797e7c6
9 changed files with 69 additions and 50 deletions
|
@ -1,8 +1,8 @@
|
|||
function pw
|
||||
set -l clipboard
|
||||
if which pbcopy >/dev/null ^&1
|
||||
if type -q pbcopy
|
||||
set clipboard pbcopy
|
||||
else if which xclip >/dev/null ^&1
|
||||
else if type -q xclip
|
||||
set clipboard xclip
|
||||
else
|
||||
echo "No clipboard handler found!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue