Skip to content

Commit

Permalink
bump scripts, fix lfrc for breaking change, use VISUAL
Browse files Browse the repository at this point in the history
  • Loading branch information
kpa28-git committed May 9, 2023
1 parent cc0059a commit c375e54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .config/lf/lfrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ map x push $ext<space>
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
Expand All @@ -72,7 +72,7 @@ cmd mkdir ${{
cmd mkfile ${{
printf "File Name: "
read ans
$EDITOR $ans
$VISUAL $ans
}}

cmd symlink ${{
Expand Down
2 changes: 1 addition & 1 deletion .local/bin
Submodule bin updated from 01f0bb to 09ac60
3 changes: 2 additions & 1 deletion .profile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c375e54

Please sign in to comment.