1
0
mirror of https://github.com/drewcassidy/dotfiles synced 2024-09-01 18:24: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