feat: shared hyprpaper

This commit is contained in:
2026-03-31 18:55:17 -04:00
parent 2eabf8290a
commit 3762c33a8d
7 changed files with 20 additions and 18 deletions

View File

@@ -8,6 +8,9 @@ fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
# Export path to include Cargo
export PATH="$HOME/.cargo/bin:$PATH"
# Path to your Oh My Zsh installation.
export ZSH="$HOME/.oh-my-zsh"
@@ -130,3 +133,4 @@ fi
if ls --color=auto -d . >/dev/null 2>&1; then
alias ls='ls --color=auto'
fi
export PATH="$HOME/go/bin:$HOME/.cargo/bin:$PATH"