diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-22 19:26:02 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-22 19:26:02 -0500 |
| commit | e397b40ce7b4d6c0d12c6365b2a5f3a269d8caea (patch) | |
| tree | 560858ca8da2a915ec533ecf6686fabfbbcffef3 /.config/ranger | |
| parent | 0a2e30e54f9ca7331df3a59d8b7a0bf0d277022e (diff) | |
| download | eibhear-e397b40ce7b4d6c0d12c6365b2a5f3a269d8caea.tar.gz eibhear-e397b40ce7b4d6c0d12c6365b2a5f3a269d8caea.tar.zst eibhear-e397b40ce7b4d6c0d12c6365b2a5f3a269d8caea.zip | |
shortcut sourcing now non-automatic
Diffstat (limited to '.config/ranger')
| -rw-r--r-- | .config/ranger/rc.conf | 3 | ||||
| -rw-r--r-- | .config/ranger/shortcuts.conf | 0 |
2 files changed, 3 insertions, 0 deletions
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 --- /dev/null +++ b/.config/ranger/shortcuts.conf |
