Compare commits

...

3 Commits

Author SHA1 Message Date
9ba08481e3 Merge remote-tracking branch 'refs/remotes/origin/main' 2025-07-08 10:59:39 +03:00
a457632f97 gitignore 2025-07-08 10:49:01 +03:00
0d143deb38 add alias for pacman cache cleaning 2025-07-08 10:47:28 +03:00
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.config/nvim/lua/chadrc.lua

1
.zshrc
View File

@@ -84,6 +84,7 @@ alias pl='$aurhelper -Qs' # list installed package
alias pa='$aurhelper -Ss' # list available package
alias pc='$aurhelper -Sc' # remove unused cache
alias po='$aurhelper -Qtdq | $aurhelper -Rns -' # remove unused packages, also try > $aurhelper -Qqd | $aurhelper -Rsu --print -
alias pcc="sudo pacman -Sc" # remove pacman cache
alias icat='kitten icat' # display images in terminal
alias ssh='kitten ssh' # functional ssh with kitty
alias snv='sudo -E nvim' # sudo nvim