mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
commit
e304844cff
@ -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)
|
||||||
|
|||||||
@ -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'
|
||||||
|
|
||||||
|
|||||||
@ -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! ##
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user