added wrapper around yadm, changed to /usr/bin/env fish

This commit is contained in:
Phuntsok Drak-pa
2019-10-23 14:51:34 +02:00
parent 317eca7eb1
commit e05888f731
10 changed files with 120 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/fish
#!/usr/bin/env fish
grep -v "#" ~/.config/emoji.txt | rofi -dmenu -i | awk '{print $1}' | tr -d '\n' | xclip -selection clipboard
set emoji (xclip -o -selection clipboard | tr -d '\n')