fish: init

This commit is contained in:
Nico 2025-06-21 20:10:57 +10:00
parent eda1f4129c
commit 69ceb5dcc5
14 changed files with 171 additions and 1 deletions

View file

@ -0,0 +1,4 @@
function ll --wraps='ls -l' --wraps='ls -ahl --color=auto' --description 'alias ll=ls -ahl --color=auto'
ls -ahl --color=auto $argv
end