fix eza params
This commit is contained in:
@@ -83,14 +83,14 @@ fi
|
|||||||
# ls
|
# ls
|
||||||
|
|
||||||
if (( $+commands[eza] )); then
|
if (( $+commands[eza] )); then
|
||||||
alias ls="eza --color=auto --hyperlink"
|
alias ls="eza --color=auto --hyperlink=auto"
|
||||||
alias ll="eza -lh --group-directories-first --icons=auto --hyperlink"
|
alias ll="eza -lh --group-directories-first --icons=auto --hyperlink=auto"
|
||||||
alias la="eza -lh --group-directories-first --icons=auto --hyperlink --all"
|
alias la="eza -lh --group-directories-first --icons=auto --hyperlink=auto --all"
|
||||||
alias lt="eza --tree --level=2 --long --icons --git"
|
alias lt="eza --tree --level=2 --long --icons --git --hyperlink=auto"
|
||||||
else
|
else
|
||||||
alias ls="ls --color=auto --hyperlinko"
|
alias ls="ls --color=auto --hyperlink=auto"
|
||||||
alias ll="ls -lh --group-directories-first --color=auto --hyperlink"
|
alias ll="ls -lh --group-directories-first --color=auto --hyperlink=auto"
|
||||||
alias la="ls -lah --group-directories-first --color=auto --hyperlink"
|
alias la="ls -lah --group-directories-first --color=auto --hyperlink=auto"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# directories
|
# directories
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:git"
|
use = "yazi-rs/plugins:git"
|
||||||
rev = "5d461d8"
|
rev = "8cd50c6"
|
||||||
hash = "88e56a64b7ce7c4314427452343fef17"
|
hash = "88e56a64b7ce7c4314427452343fef17"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:smart-enter"
|
use = "yazi-rs/plugins:smart-enter"
|
||||||
rev = "5d461d8"
|
rev = "8cd50c6"
|
||||||
hash = "187cc58ba7ac3befd49c342129e6f1b6"
|
hash = "187cc58ba7ac3befd49c342129e6f1b6"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
|
|||||||
+745
-634
File diff suppressed because it is too large
Load Diff
@@ -113,6 +113,7 @@ base-devel
|
|||||||
bash-completion
|
bash-completion
|
||||||
bat
|
bat
|
||||||
bc
|
bc
|
||||||
|
bear
|
||||||
bind
|
bind
|
||||||
blueman
|
blueman
|
||||||
bluez-tools
|
bluez-tools
|
||||||
@@ -512,6 +513,7 @@ uv
|
|||||||
valgrind
|
valgrind
|
||||||
vapoursynth-plugin-vship-cuda-git
|
vapoursynth-plugin-vship-cuda-git
|
||||||
ventoy-bin
|
ventoy-bin
|
||||||
|
verilator
|
||||||
vesktop-bin
|
vesktop-bin
|
||||||
vicinae
|
vicinae
|
||||||
vim
|
vim
|
||||||
@@ -589,11 +591,13 @@ xwayland-satellite
|
|||||||
yad
|
yad
|
||||||
yay
|
yay
|
||||||
yazi
|
yazi
|
||||||
|
yosys
|
||||||
yt-dlp
|
yt-dlp
|
||||||
zellij
|
zellij
|
||||||
zen-browser-bin
|
zen-browser-bin
|
||||||
zenity
|
zenity
|
||||||
zig
|
zig
|
||||||
|
zig0.15-bin
|
||||||
zoxide
|
zoxide
|
||||||
zram-generator
|
zram-generator
|
||||||
zsh
|
zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user