add fish macro for cd and ls

linux
Andrew Cassidy 6 years ago
parent 7a5fb0e621
commit 08590a9116
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

@ -0,0 +1,4 @@
function cl --description 'change dir and list contents'
cd $argv;
ls;
end
Loading…
Cancel
Save