diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-11-23 16:29:02 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-11-23 16:29:02 -0500 |
| commit | bc2a4d2b847d3170f96a8398e4be61db88cb3fbe (patch) | |
| tree | eec7f035a6dc3e41ec0fda81757790fa4b635905 /.local/bin/shortcuts | |
| parent | bfaddb43dc7c8a3df94ed1fc626c188f366465ea (diff) | |
| download | eibhear-bc2a4d2b847d3170f96a8398e4be61db88cb3fbe.tar.gz eibhear-bc2a4d2b847d3170f96a8398e4be61db88cb3fbe.tar.zst eibhear-bc2a4d2b847d3170f96a8398e4be61db88cb3fbe.zip | |
ranger shortcuts reactivated
Diffstat (limited to '.local/bin/shortcuts')
| -rwxr-xr-x | .local/bin/shortcuts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/shortcuts b/.local/bin/shortcuts index d258146..5d39b47 100755 --- a/.local/bin/shortcuts +++ b/.local/bin/shortcuts @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Output locations. Unactivated progs should go to /dev/null. shell_shortcuts="$HOME/.config/shortcutrc" -ranger_shortcuts="/dev/null" +ranger_shortcuts="$HOME/.config/ranger/shortcuts.conf" qute_shortcuts="/dev/null" fish_shortcuts="/dev/null" vifm_shortcuts="$HOME/.config/vifm/vifmshortcuts" |
