diff --git a/fish/.config/fish/functions/cl.fish b/fish/.config/fish/functions/cl.fish new file mode 100644 index 0000000..f4a382d --- /dev/null +++ b/fish/.config/fish/functions/cl.fish @@ -0,0 +1,4 @@ +function cl --description 'change dir and list contents' + cd $argv; + ls; +end