ranger shortcuts reactivated

This commit is contained in:
Luke Smith 2019-11-23 16:29:02 -05:00
parent bfaddb43dc
commit bc2a4d2b84
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Output locations. Unactivated progs should go to /dev/null. # Output locations. Unactivated progs should go to /dev/null.
shell_shortcuts="$HOME/.config/shortcutrc" shell_shortcuts="$HOME/.config/shortcutrc"
ranger_shortcuts="/dev/null" ranger_shortcuts="$HOME/.config/ranger/shortcuts.conf"
qute_shortcuts="/dev/null" qute_shortcuts="/dev/null"
fish_shortcuts="/dev/null" fish_shortcuts="/dev/null"
vifm_shortcuts="$HOME/.config/vifm/vifmshortcuts" vifm_shortcuts="$HOME/.config/vifm/vifmshortcuts"