diff options
author | Karel Kočí <cynerd@email.cz> | 2017-01-07 13:35:38 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-01-07 13:35:38 +0100 |
commit | 4614b7e1ea052fad3cf8a25b6d84e5ea32caccee (patch) | |
tree | cb00bded920dd8beeb76da586e90c37538b488c3 /shellrc | |
parent | 16dd1fffccbc9d5ba2d95219de785538994e3f85 (diff) | |
download | myconfigs-4614b7e1ea052fad3cf8a25b6d84e5ea32caccee.tar.gz myconfigs-4614b7e1ea052fad3cf8a25b6d84e5ea32caccee.tar.bz2 myconfigs-4614b7e1ea052fad3cf8a25b6d84e5ea32caccee.zip |
Add ranger
Diffstat (limited to 'shellrc')
-rw-r--r-- | shellrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ export LESS_TERMCAP_us=$'\E[1;32m' alias gst='git status' alias v='vim' alias i='i3-msg' +alias ra='ranger' + +# Do not load system configuration for ranger (use only user one) +export RANGER_LOAD_DEFAULT_RC=FALSE # Systemd aliases if we are running systemd if pidof systemd >/dev/null 2>/dev/null; then |