substitute ~/.local/share with $XDG_DATA_HOME
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat ~/.local/share/larbs/getkeys/"$1" 2>/dev/null && exit
|
||||
cat $XDG_DATA_HOME/larbs/getkeys/"$1" 2>/dev/null && exit
|
||||
echo "Run command with one of the following arguments for info about that program:"
|
||||
ls ~/.local/share/larbs/getkeys
|
||||
ls $XDG_DATA_HOME/larbs/getkeys
|
||||
|
||||
Reference in New Issue
Block a user