From c375e54556fe4614399cb21b14312184015f3bcc Mon Sep 17 00:00:00 2001 From: kevindirect Date: Tue, 9 May 2023 13:09:47 -0700 Subject: [PATCH] bump scripts, fix lfrc for breaking change, use VISUAL --- .config/lf/lfrc | 8 ++++---- .local/bin | 2 +- .profile | 3 ++- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 9e9842d..317543c 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -43,9 +43,9 @@ map x push $ext map - :img-preview # # Switches -# set hidden on -# set color256 on -set icons on +# set hidden true +# set color256 true +set icons true # Dragon File Uploader - opens an upload drag box for selected files cmd drag-all %dragon-drag-and-drop -a -x $fx @@ -72,7 +72,7 @@ cmd mkdir ${{ cmd mkfile ${{ printf "File Name: " read ans - $EDITOR $ans + $VISUAL $ans }} cmd symlink ${{ diff --git a/.local/bin b/.local/bin index 01f0bb2..09ac602 160000 --- a/.local/bin +++ b/.local/bin @@ -1 +1 @@ -Subproject commit 01f0bb29fb7170bdd9a3d632aa33332cd8d8b6fb +Subproject commit 09ac6022e5b9010015c7f87a31dac3c356e9d64a diff --git a/.profile b/.profile index e1c9f51..1293ea3 100644 --- a/.profile +++ b/.profile @@ -23,7 +23,8 @@ export XDG_SRC_HOME="$HOME/.local/src" export TERMINFO='/usr/lib/terminfo' export TERMINAL='/usr/bin/terminal' export OPENER='xdg-open' -export EDITOR='helix' +export VISUAL='helix' +export EDITOR=$VISUAL export PAGER='bat' export BROWSER='qutebrowser' export READER='zathura'