Files
dotfiles/fish/prev.d/programs.fish
2025-06-24 23:56:11 +02:00

9 lines
111 B
Fish

if type -q fzf
fzf --fish | source
end
if type -q zoxide
zoxide init fish | source
alias cd=z
end