diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf index 71482ca..ca9a92d 100644 --- a/hypr/hyprlock.conf +++ b/hypr/hyprlock.conf @@ -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 } diff --git a/zsh/.zshrc b/zsh/.zshrc index fc1aed6..2dd85fb 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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"