Files
dotfiles/fish/prev.d/programs.fish
2025-08-18 20:59:21 +02:00

19 lines
352 B
Fish

if type -q fzf
fzf --fish | source
if type -q wl-copy
function fzc
fzf $argv | string collect | wl-copy
end
end
end
if type -q zoxide
zoxide init fish | source
alias cd=z
end
if type -q trash
alias rm="echo \"use 'trash' instead :)\" && sh -c \"exit 42\" && echo why do you see this line :O"
end