From db267f6df2f068e33d5cb1ea3b3ff2eefcea43b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sat, 10 Apr 2021 14:50:30 +0300 Subject: lf: spawn terminal quietly --- dotfiles/.config/lf/lfrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.config/lf/lfrc b/dotfiles/.config/lf/lfrc index 31c6945..4040195 100644 --- a/dotfiles/.config/lf/lfrc +++ b/dotfiles/.config/lf/lfrc @@ -90,6 +90,6 @@ map shell map f :fzf_jump map t :dragon map T :dragon_drop -map W $setsid $TERMINAL & # open new terminal window +map W $setsid $TERMINAL > /dev/null 2>&1 & # open new terminal window map Y :yank-path map L $LESSOPEN='| ~/.local/bin/scope %s' less -R $f # open file preview in pager -- cgit v1.2.3