mirror of https://github.com/qpixel/dotfiles.git
14 lines
340 B
Plaintext
14 lines
340 B
Plaintext
#if [ -n "$DESKTOP_SESSION" ];then
|
|
# eval $(gnome-keyring-daemon --start)
|
|
# export SSH_AUTH_SOCK
|
|
#fi
|
|
|
|
export HISTFILE=~/.zsh_history
|
|
export HISTSIZE=50000
|
|
|
|
. "$HOME/.cargo/env"
|
|
export VOLTA_HOME="$HOME/.volta"
|
|
export PATH="$VOLTA_HOME/bin:/home/pixel/.spicetify:$PATH"
|
|
export CHROME_EXECUTABLE=/usr/bin/chromium
|
|
export SHELL=/bin/zsh
|