summaryrefslogtreecommitdiff
path: root/emoji
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-11-13 04:17:20 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-11-13 04:17:20 +0300
commit4a42c6030946971124fc4b7d7d5337ad70979a95 (patch)
tree1129eedfa9ed13974257c95ea6e66aa85a472da7 /emoji
parent3e0ee3784ae3066c969fc4340fe330adecb45c34 (diff)
minor fixes
Diffstat (limited to 'emoji')
-rwxr-xr-xemoji2
1 files changed, 1 insertions, 1 deletions
diff --git a/emoji b/emoji
index 31a4012..084359f 100755
--- a/emoji
+++ b/emoji
@@ -1,6 +1,6 @@
#!/bin/sh
-emoji=$(cut -d ';' -f1 ~/.local/share/emoji | dmenu -i -c -l 15 -p "Emoji:" | sed "s/ .*//" | tr -d '\n')
+emoji=$(cut -d ';' -f1 ~/.local/share/emoji.txt | dmenu -i -c -l 15 -p "Emoji:" | sed "s/ .*//" | tr -d '\n')
[ -z "$emoji" ] && exit