mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-18 16:37:21 +02:00
common: zsh alias for eza
This commit is contained in:
parent
640907f9e1
commit
33dcdb8c61
@ -127,6 +127,15 @@ if [[ $(whence -p "nvim") ]]; then
|
|||||||
alias vi="nvim"
|
alias vi="nvim"
|
||||||
alias vimdiff="nvim -d"
|
alias vimdiff="nvim -d"
|
||||||
fi
|
fi
|
||||||
|
if [[ $(whence -p "eza") ]]; then
|
||||||
|
alias l="eza -lahg --color=auto --hyperlink"
|
||||||
|
alias ll="eza -alF --color=auto --hyperlink"
|
||||||
|
alias ls="eza --color=auto"
|
||||||
|
else
|
||||||
|
alias l="ls -lah --color=auto --hyperlink"
|
||||||
|
alias ll="ls -alF --color=auto --hyperlink"
|
||||||
|
alias ls="ls --color=auto"
|
||||||
|
fi
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
@ -7,3 +7,4 @@ set -g focus-events on
|
|||||||
setw -g aggressive-resize on
|
setw -g aggressive-resize on
|
||||||
setw -g mouse on
|
setw -g mouse on
|
||||||
setw -g clock-mode-style 24
|
setw -g clock-mode-style 24
|
||||||
|
|
||||||
|
|||||||
@ -18,6 +18,9 @@
|
|||||||
mesa-demos
|
mesa-demos
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
nixfmt
|
nixfmt
|
||||||
|
nixd
|
||||||
|
|
||||||
|
eza
|
||||||
|
|
||||||
curl
|
curl
|
||||||
wget
|
wget
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user