From 7d3cb7252d2281ee193a223ca97ebaa9b2f286a1 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 9 Feb 2017 09:57:01 +0100 Subject: [PATCH] fish: Remove ranger autostart --- .config/fish/config.fish | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 4bd53e9f..fbb67711 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -15,11 +15,6 @@ if grep -q . $fish_cdhist_path ^ /dev/null cd $dirprev[(count $dirprev)] ^ /dev/null end -## Run the following -## sh -c 'export SHELL_FILEBROWSER=true; exec $TERMCMD' -## and this will autostart the file browser. -[ -n "$SHELL_FILEBROWSER" ]; and set -u SHELL_FILEBROWSER; and ranger - ## Start at a specific location. Useful when switching to a shell from a browser ## for instance. [ -n "$SHELL_CD" ]; and cd $SHELL_CD; and set -u SHELL_CD