diff options
author | rafa_99 <rafa99@protonmail.com> | 2021-01-25 04:21:43 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2021-01-25 04:21:43 +0000 |
commit | 2d78f1806e62b05d0b27b0f84fe7f6927ab97b08 (patch) | |
tree | fb297b1d8378d2ce34f07ace4ddf5090df65795e /shell | |
parent | 72af390b8ef1fb5ecf981983281ed685ccbc5437 (diff) |
Added VIFM Previews
Diffstat (limited to 'shell')
-rwxr-xr-x | shell/.config/shell/env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/.config/shell/env b/shell/.config/shell/env index 1731337..d3826ba 100755 --- a/shell/.config/shell/env +++ b/shell/.config/shell/env @@ -9,7 +9,7 @@ export EDITOR="nvim" export TERMINAL="st" export BROWSER="neovimb" export READER="zathura" -export FILE="vifm" +export FILE="vifmrun" export NEWS="st -e newsboat" export CHAT="st -e cordless" |