mirror of
https://github.com/drewcassidy/dotfiles
synced 2024-09-01 18:24:06 +00:00
add fish macro for cd and ls
This commit is contained in:
parent
7a5fb0e621
commit
08590a9116
4
fish/.config/fish/functions/cl.fish
Normal file
4
fish/.config/fish/functions/cl.fish
Normal file
@ -0,0 +1,4 @@
|
||||
function cl --description 'change dir and list contents'
|
||||
cd $argv;
|
||||
ls;
|
||||
end
|
Loading…
Reference in New Issue
Block a user