diff options
author | Karel Kočí <cynerd@email.cz> | 2017-05-12 13:49:49 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-05-12 13:49:49 +0200 |
commit | d629402949674c9b3d51d90e5a5b76f9c53d1ea6 (patch) | |
tree | b27838a6943677f0bf3c3b4e2d1b584fbde5b41a /shellrc | |
parent | 05882344cc595918cdf07f21dc610c0e57c7f490 (diff) | |
download | myconfigs-d629402949674c9b3d51d90e5a5b76f9c53d1ea6.tar.gz myconfigs-d629402949674c9b3d51d90e5a5b76f9c53d1ea6.tar.bz2 myconfigs-d629402949674c9b3d51d90e5a5b76f9c53d1ea6.zip |
Dump ranger configuration
I am not using ranger anyway.
Diffstat (limited to 'shellrc')
-rw-r--r-- | shellrc | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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' |