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
Raw Normal View History

2018-02-10 19:18:00 +00:00
function cl --description 'change dir and list contents'
cd $argv;
ls;
end