Update .zshrc.local
Update .config/hypr/hyprland.conf
This commit is contained in:
parent
5af9a13bd2
commit
027cbff76b
2 changed files with 30 additions and 17 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue