Update .zshrc.local

Update .config/hypr/hyprland.conf
This commit is contained in:
Jinks 2025-01-02 03:06:02 +01:00
parent 5af9a13bd2
commit 027cbff76b
2 changed files with 30 additions and 17 deletions

View file

@ -25,7 +25,6 @@ zstyle ':prompt:grml:*:items:time' token '%D{%H:%M}'
# Some extra configuration
setopt numericglobsort # sort filenames numerically when it makes sense
path=(~/bin $path)
# History configurations
HISTSIZE=10000
@ -111,6 +110,7 @@ case $DISTRO in
alias yay=paru
fi
alias pai="${sudo}${pkgman} -S ${aur}"
alias paR="${sudo}${pkgman} -Rnsc ${aur}"
alias pas="${pkgman} -Ss ${aur}"
alias pao="${pkgman} -Qo"
alias pal="${pkgman} -Ql"