Changes in: dunst,hypr,zsh,

This commit is contained in:
Ayush Dumasia 2025-04-05 20:05:27 +05:30
parent 3edcc4a8ab
commit 8b59150895
38 changed files with 418 additions and 2386 deletions

View file

@ -169,6 +169,10 @@ take() {
mkdir -p "$1" && cd "$1"
}
c() {
cd "$1" && ls
}
#fastfetch
autoload -U +X bashcompinit && bashcompinit