dotfiles/.config/fish/functions/cd.fish

4 lines
64 B
Fish

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