From bc2a4d2b847d3170f96a8398e4be61db88cb3fbe Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 23 Nov 2019 16:29:02 -0500 Subject: [PATCH] ranger shortcuts reactivated --- .local/bin/shortcuts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"