mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
fish: update init shell variables
This commit is contained in:
parent
8da82663e5
commit
629c55cceb
1 changed files with 4 additions and 3 deletions
|
|
@ -78,10 +78,11 @@ end
|
|||
# shell variables #
|
||||
###################
|
||||
# fzf preview theme (use delta instead of bat)
|
||||
set -x fzf_preview_file_cmd 'delta'
|
||||
# fd uses LS_COLORS
|
||||
set -x LS_COLORS (vivid -m 24-bit generate one-light)
|
||||
set -x fzf_preview_file_cmd 'cat -n'
|
||||
# fzf-fish search hidden files
|
||||
set -x fzf_fd_opts --hidden --exclude=.git
|
||||
|
||||
# fd uses LS_COLORS
|
||||
set -x LS_COLORS (vivid -m 24-bit generate one-light)
|
||||
|
||||
set -g sponge_purge_only_on_exit true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue