mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-03-18 08:09:40 +00:00
Update 2026-02-09
This commit is contained in:
7
config/fish/functions/cd.fish
Normal file
7
config/fish/functions/cd.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
function cd
|
||||
if test (count $argv) -eq 0
|
||||
z $HOME && eza -a --icons --group-directories-first
|
||||
else
|
||||
z $argv && eza -a --icons --group-directories-first
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user