hmmm
This commit is contained in:
5
.zshrc
5
.zshrc
@@ -37,7 +37,7 @@ export XPROFILE="$XDG_CONFIG_HOME/x11/xprofile"
|
||||
export XREkOURCES="$XDG_CONFIG_HOME/x11/xresources"
|
||||
export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0" # gtk 3 & 4 are XDG compliant
|
||||
export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
|
||||
export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc"
|
||||
export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc.py"
|
||||
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
|
||||
export CARGO_HOME="$XDG_DATA_HOME/cargo"
|
||||
export GOPATH="$XDG_DATA_HOME/go"
|
||||
@@ -69,3 +69,6 @@ export LESS_TERMCAP_ue="$(printf '%b' '[0m')"
|
||||
|
||||
#source primary config script
|
||||
source $XDG_CONFIG_HOME/zsh/zsh.config
|
||||
|
||||
# Created by `pipx` on 2026-03-26 01:09:22
|
||||
export PATH="$PATH:/home/venus/.local/bin"
|
||||
|
||||
Reference in New Issue
Block a user