fish: fancy colors for C-g

This commit is contained in:
Daniel Lundin 2024-04-01 15:41:02 +02:00
parent 9c7fa60c20
commit 870ff77a1e

View file

@ -25,6 +25,8 @@ if status is-interactive
## Utilities ## Utilities
export EDITOR=helix
function tree function tree
eza --tree --color=always $argv | bat --wrap=never eza --tree --color=always $argv | bat --wrap=never
end end
@ -40,7 +42,7 @@ if status is-interactive
end end
function jump function jump
set _dir $(fre --sorted | fzf-tmux --no-sort -p 90%,40% -y 0) set _dir $(fre --sorted | fzf-tmux --no-sort -p 90%,40% -y 0 -- --color=fg:248,bg+:16,fg+:49,pointer:49,border:49 --layout=reverse)
[ -n "$_dir" ] && pushd $_dir >>/dev/null [ -n "$_dir" ] && pushd $_dir >>/dev/null
commandline -f repaint commandline -f repaint
end end