diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-03-31 16:42:26 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-03-31 16:42:26 +0300 |
commit | 348fd5f7ffd4586b8599615dd453dcc61af3ace7 (patch) | |
tree | 51cedee872eff02492c1389fb1baaf84f5e88b88 /dotfiles/.config/ranger/rc.conf | |
parent | 6069676c8e2cc4eb8b606369eea52cefec491195 (diff) | |
download | swayrice-348fd5f7ffd4586b8599615dd453dcc61af3ace7.tar.gz swayrice-348fd5f7ffd4586b8599615dd453dcc61af3ace7.zip |
don't HUP new terminal window shell, ranger
Diffstat (limited to 'dotfiles/.config/ranger/rc.conf')
-rw-r--r-- | dotfiles/.config/ranger/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/ranger/rc.conf b/dotfiles/.config/ranger/rc.conf index c0a840a..db1e95a 100644 --- a/dotfiles/.config/ranger/rc.conf +++ b/dotfiles/.config/ranger/rc.conf @@ -88,7 +88,7 @@ map i display_file map ? help map W display_log map w taskview_open -map ss shell $TERMINAL& +map ss shell nohup $TERMINAL& map S shell $SHELL map : console |