Add lg, ll and ls functions
This commit is contained in:
parent
6404a3ead8
commit
f1aed8c527
5
fish/.config/fish/functions/lg.fish
Normal file
5
fish/.config/fish/functions/lg.fish
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
if type "lazygit"
|
||||||
|
function lg
|
||||||
|
lazygit $argv
|
||||||
|
end
|
||||||
|
end
|
5
fish/.config/fish/functions/ll.fish
Normal file
5
fish/.config/fish/functions/ll.fish
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
if type "eza"
|
||||||
|
function ll
|
||||||
|
ls -a $argv
|
||||||
|
end
|
||||||
|
end
|
5
fish/.config/fish/functions/ls.fish
Normal file
5
fish/.config/fish/functions/ls.fish
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
if type "eza"
|
||||||
|
function ls
|
||||||
|
eza --group-directories-first --git -l $argv
|
||||||
|
end
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user