fish: fancy colors for C-g
This commit is contained in:
parent
9c7fa60c20
commit
870ff77a1e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue