dotfiles/.config/fish/functions/cd.fish
2022-07-07 11:32:27 -05:00

4 lines
64 B
Fish

function cd -d "Do an ls after cd"
builtin cd $argv; ls
end