broot: fixings

This commit is contained in:
Daniel Lundin 2024-06-25 19:47:40 +02:00
parent c46e0931c9
commit d22ce20dcf
14 changed files with 28 additions and 1211 deletions
.config/fish

View file

@ -55,7 +55,8 @@ if status is-interactive
function git_jump
set _dir $(git rev-parse --show-toplevel 2>/dev/null || pwd)
if [ "$_dir" = "$PWD" ]
set _dir $(br -f --conf ~/.config/broot/select.hjson)
#set _dir $(br -f --conf ~/.config/broot/select.hjson)
set _dir $(br -f --conf "$HOME/.config/broot/conf.hjson")
end
[ -n "$_dir" ] && pushd $_dir >>/dev/null
commandline -f repaint