From d629402949674c9b3d51d90e5a5b76f9c53d1ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 12 May 2017 13:49:49 +0200 Subject: Dump ranger configuration I am not using ranger anyway. --- shellrc | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'shellrc') diff --git a/shellrc b/shellrc index 55c4e26..2465d96 100644 --- a/shellrc +++ b/shellrc @@ -34,17 +34,6 @@ alias gst='git status' alias v='vim' alias i='i3-msg' -# ranger alias with nesting control -rg() { - if [ -z "$RANGER_LEVEL" ]; then - ranger - else - exit - fi -} -# 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 alias sctl='sudo systemctl' -- cgit v1.2.3