diff options
Diffstat (limited to 'dotfiles/.config/ranger/rifle.conf')
-rw-r--r-- | dotfiles/.config/ranger/rifle.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/ranger/rifle.conf b/dotfiles/.config/ranger/rifle.conf index ce2c241..a4befe0 100644 --- a/dotfiles/.config/ranger/rifle.conf +++ b/dotfiles/.config/ranger/rifle.conf @@ -55,6 +55,6 @@ # install a rare browser, you probably use it. Firefox/konqueror/w3m on the # other hand are often only installed as fallback browsers. -else = setsid xdg-open "$1" > /dev/null 2>&1 & +else = xdg-open "$1" 2> /dev/null label editor = "$EDITOR" -- "$@" label pager = "$PAGER" -- "$@" |