mirror of
https://github.com/bvanroll/older-dotfiles.git
synced 2025-08-30 04:22:47 +00:00
kdenk dak het gedaan heb
This commit is contained in:
7
fish/functions/la.fish
Normal file
7
fish/functions/la.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
function la --description 'list all files'
|
||||
if count $argv > /dev/null
|
||||
lsd -a $argv
|
||||
else
|
||||
lsd -a
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user