summaryrefslogtreecommitdiffstats
path: root/.local/bin/getkeys
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-06-02 12:46:47 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-06-02 12:46:47 -0400
commitc4d6f4c027bb7e81093ec7c588f027de568e6bb6 (patch)
tree92b550aa1c66b52661d01f92122715aa09fc706c /.local/bin/getkeys
parent87b0754319a00648cd20b7f013cc821868f6d25e (diff)
parent0df700f504cedeac1ae354c650ea80b32ab7668c (diff)
downloadeibhear-c4d6f4c027bb7e81093ec7c588f027de568e6bb6.tar.gz
eibhear-c4d6f4c027bb7e81093ec7c588f027de568e6bb6.tar.zst
eibhear-c4d6f4c027bb7e81093ec7c588f027de568e6bb6.zip
Merge branch 'chambln-refactor'
Diffstat (limited to '.local/bin/getkeys')
-rwxr-xr-x.local/bin/getkeys4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/getkeys b/.local/bin/getkeys
index 0a0e86e..266f29a 100755
--- a/.local/bin/getkeys
+++ b/.local/bin/getkeys
@@ -1,5 +1,5 @@
#!/bin/sh
-cat ${XDG_DATA_HOME:-$HOME/.local/share}/larbs/getkeys/"$1" 2>/dev/null && exit
+cat "${XDG_DATA_HOME:-$HOME/.local/share}"/larbs/getkeys/"$1" 2>/dev/null && exit
echo "Run command with one of the following arguments for info about that program:"
-ls ${XDG_DATA_HOME:-$HOME/.local/share}/larbs/getkeys
+ls "${XDG_DATA_HOME:-$HOME/.local/share}"/larbs/getkeys