added eza for tty ls

This commit is contained in:
JaKooLit 2024-07-07 22:41:16 +09:00
parent b225d92935
commit ebd9f5f391
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,7 @@
## Changelogs ## Changelogs
## 07 Jul 2024
- added eza (ls replacement for tty). Note only on .zshrc
## 06 July 2024 ## 06 July 2024
- Version bumps for Debian (Hyprland v0.41.2) - Version bumps for Debian (Hyprland v0.41.2)

View File

@ -19,3 +19,8 @@ source $ZSH/oh-my-zsh.sh
#pokemon-colorscripts --no-title -s -r #pokemon-colorscripts --no-title -s -r
# Set-up icons for files/folders in terminal using eza
alias ls='eza -a --icons'
alias ll='eza -al --icons'
alias lt='eza -a --tree --level=1 --icons'

View File

@ -3,8 +3,9 @@
# Zsh and Oh my Zsh + Optional Pokemon ColorScripts# # Zsh and Oh my Zsh + Optional Pokemon ColorScripts#
zsh=( zsh=(
zsh eza
zplug zsh
zplug
) )
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##