This commit is contained in:
Riz Ashraf
2026-04-07 00:13:07 +01:00
parent d33f6ebc05
commit 6101e4c230
14 changed files with 334 additions and 36 deletions
+5
View File
@@ -121,3 +121,8 @@ if command -v pyenv 1>/dev/null 2>&1; then
eval "$(pyenv init --path)"
fi
export PYENV_ROOT="$HOME/.pyenv"
export XDG_DATA_DIRS="/usr/local/share:/usr/share:${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"
alias ghostty="ghostty 2>/dev/null"
. "$HOME/.local/bin/env"
. "$HOME/.cargo/env"