From e397b40ce7b4d6c0d12c6365b2a5f3a269d8caea Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 22 Dec 2018 19:26:02 -0500 Subject: shortcut sourcing now non-automatic --- .config/ranger/rc.conf | 3 +++ .config/ranger/shortcuts.conf | 0 2 files changed, 3 insertions(+) create mode 100644 .config/ranger/shortcuts.conf (limited to '.config') diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 9e67b37..ecd7373 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -515,3 +515,6 @@ map Tn eval fm.open_console('shell eyeD3 -n "" ' + fm.thisfile.relative_path, po #Downloading map ytv console shell youtube-dl -ic%space map yta console shell youtube-dl -xic%space + +# Source shortcuts +source ~/.config/ranger/shortcuts.conf diff --git a/.config/ranger/shortcuts.conf b/.config/ranger/shortcuts.conf new file mode 100644 index 0000000..e69de29 -- cgit v1.3.1