mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
added eza for tty ls
This commit is contained in:
parent
b225d92935
commit
ebd9f5f391
@ -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)
|
||||
|
||||
@ -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'
|
||||
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
# Zsh and Oh my Zsh + Optional Pokemon ColorScripts#
|
||||
|
||||
zsh=(
|
||||
eza
|
||||
zsh
|
||||
zplug
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user