Merge pull request #123 from JaKooLit/development

added eza for tty ls
This commit is contained in:
Ja.KooLit 2024-07-07 22:51:43 +09:00 committed by GitHub
commit e304844cff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,7 @@
## Changelogs
## 07 Jul 2024
- added eza (ls replacement for tty). Note only on .zshrc
## 06 July 2024
- 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
# 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,6 +3,7 @@
# Zsh and Oh my Zsh + Optional Pokemon ColorScripts#
zsh=(
eza
zsh
zplug
)