feat: Use eza to display file/folder icons in terminal
Change-Id: I3807eef228a3799c652eea185384445de7c5c370
This commit is contained in:
@@ -17,11 +17,15 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
# Check archlinux plugin commands here
|
# Check archlinux plugin commands here
|
||||||
# https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux
|
# https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux
|
||||||
|
|
||||||
|
|
||||||
# Display Pokemon-colorscripts
|
# Display Pokemon-colorscripts
|
||||||
# Project page: https://gitlab.com/phoneybadger/pokemon-colorscripts#on-other-distros-and-macos
|
# Project page: https://gitlab.com/phoneybadger/pokemon-colorscripts#on-other-distros-and-macos
|
||||||
#pokemon-colorscripts --no-title -s -r
|
#pokemon-colorscripts --no-title -s -r
|
||||||
|
|
||||||
|
# Set-up icons for files/folders in terminal
|
||||||
|
alias ls='eza -a --icons'
|
||||||
|
alias ll='eza -al --icons'
|
||||||
|
alias lt='eza -a --tree --level=1 --icons'
|
||||||
|
|
||||||
# Set-up FZF key bindings (CTRL R for fuzzy history finder)
|
# Set-up FZF key bindings (CTRL R for fuzzy history finder)
|
||||||
source <(fzf --zsh)
|
source <(fzf --zsh)
|
||||||
|
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ brightnessctl
|
|||||||
btop
|
btop
|
||||||
cava
|
cava
|
||||||
eog
|
eog
|
||||||
|
eza
|
||||||
fastfetch
|
fastfetch
|
||||||
gnome-system-monitor
|
gnome-system-monitor
|
||||||
mousepad
|
mousepad
|
||||||
|
|||||||
Reference in New Issue
Block a user