changes: hypr,zsh,

This commit is contained in:
Ayush Dumasia 2025-04-27 13:07:00 +05:30
parent 1f3f425b17
commit 6f9b47e058
2 changed files with 5 additions and 1 deletions

View file

@ -92,7 +92,7 @@
background {
monitor =
path = /home/arcadian/Pictures/Wallpaper/DemonSlayer.jpg
path = /home/arcadian/Pictures/Wallpaper/0313.jpg
# only png supported for now
}

View file

@ -10,6 +10,9 @@ fi
source "${ZINIT_HOME}/zinit.zsh"
zinit ice lucid as"program" pick"bin/git-dsf"
zinit load so-fancy/diff-so-fancy
zinit light zsh-users/zsh-syntax-highlighting
zinit light zsh-users/zsh-completions
zinit light zsh-users/zsh-autosuggestions
@ -177,3 +180,4 @@ complete -o nospace -C /usr/bin/terraform terraform
complete -C '/usr/bin/aws_completer' aws
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"