diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-08-04 14:16:03 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-08-04 14:16:03 -0400 |
| commit | e90cfeff522647c464d0f5e5ce2a7f0c32ec6e18 (patch) | |
| tree | 310a0a27a42e49222f558b5c53acd13a302c9749 /.scripts/getkeys | |
| parent | 288098c1cff5f484ae85286f2bdf1a072544f2db (diff) | |
| download | eibhear-e90cfeff522647c464d0f5e5ce2a7f0c32ec6e18.tar.gz eibhear-e90cfeff522647c464d0f5e5ce2a7f0c32ec6e18.tar.zst eibhear-e90cfeff522647c464d0f5e5ce2a7f0c32ec6e18.zip | |
getkeys moved to ~/.scripts/.getkeys
Diffstat (limited to '.scripts/getkeys')
| -rwxr-xr-x | .scripts/getkeys | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.scripts/getkeys b/.scripts/getkeys index 9cef862..b28af20 100755 --- a/.scripts/getkeys +++ b/.scripts/getkeys @@ -2,11 +2,11 @@ elsewhere() { echo Key mappings available for the following programs: ls ~/.larbs -echo Run \`larbs-keys\` followed by a program name to get bindings ;} +echo Run \`getkeys\` followed by a program name to get bindings ;} -if [[ -f ~/.larbs/getkeys/$1 ]]; then -cat ~/.larbs/getkeys/$1 +if [[ -f ~/.scripts/.getkeys/$1 ]]; then +cat ~/.scripts/.getkeys/$1 else echo Run command with one of the following arguments for info about that program: -ls ~/.larbs/getkeys +ls ~/.scripts/.getkeys fi |
