mirror of
https://github.com/bvanroll/older-dotfiles.git
synced 2025-08-29 03:52:44 +00:00
eeeeeeeeeeeeeeuh
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
function l
|
||||
lsd
|
||||
lsd $argv
|
||||
end
|
||||
|
@@ -1,7 +1,3 @@
|
||||
function la --description 'list all files'
|
||||
if count $argv > /dev/null
|
||||
lsd -a $argv
|
||||
else
|
||||
lsd -a
|
||||
end
|
||||
lsd -a $argv
|
||||
end
|
||||
|
@@ -1,7 +1,3 @@
|
||||
function lla --description 'like la but with a list view'
|
||||
if count $argv > /dev/null
|
||||
lsd -la $argv
|
||||
else
|
||||
lsd -la
|
||||
end
|
||||
lsd -la $argv
|
||||
end
|
||||
|
@@ -1,7 +1,3 @@
|
||||
function lt --description 'list all tree view'
|
||||
if count $argv > /dev/null
|
||||
lsd -a --tree $argv
|
||||
else
|
||||
lsd -a --tree
|
||||
end
|
||||
lsd -a --tree $argv
|
||||
end
|
||||
|
Reference in New Issue
Block a user