1
0
mirror of https://github.com/drewcassidy/dotfiles synced 2024-06-11 05:44:06 +00:00
Dotfiles/fish/.config/fish/functions/cl.fish

5 lines
78 B
Fish

function cl --description 'change dir and list contents'
cd $argv;
ls;
end