mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
getkeys now more autistic
This commit is contained in:
parent
7132b2ba87
commit
3dfe093417
@ -1,12 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
elsewhere() { echo Key mappings available for the following programs:
|
||||
ls ~/.larbs
|
||||
echo Run \`getkeys\` followed by a program name to get bindings ;}
|
||||
|
||||
if [[ -f ~/.scripts/.getkeys/$1 ]]; then
|
||||
cat ~/.scripts/.getkeys/$1
|
||||
else
|
||||
cat ~/.scripts/.getkeys/"$1" 2>/dev/null && exit
|
||||
echo Run command with one of the following arguments for info about that program:
|
||||
ls ~/.scripts/.getkeys
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user