change env vars
This commit is contained in:
parent
52562999d8
commit
e9d8e92623
1 changed files with 4 additions and 9 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/zsh
|
||||
set +a
|
||||
# profile file. Runs on login. Environmental variables are set here.
|
||||
|
||||
# If you don't want this in your home directory, execute this command and move this file
|
||||
|
@ -74,20 +75,15 @@ export NEWT_COLORS='
|
|||
'
|
||||
|
||||
# Home Dir Cleanup
|
||||
export XDG_DESKTOP_DIR="$HOME/Desktop"
|
||||
export XDG_DOCUMENTS_DIR="$HOME/Documents"
|
||||
export XDG_DOWNLOAD_DIR="$HOME/Downloads"
|
||||
export XDG_MUSIC_DIR="$HOME/Music"
|
||||
export XDG_PICTURES_DIR="$HOME/Pictures"
|
||||
export XDG_PUBLICSHARE_DIR="$HOME/Public"
|
||||
export XDG_TEMPLATES_DIR="$HOME/Templates"
|
||||
export XDG_VIDEOS_DIR="$HOME/Videos"
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export XDG_STATE_HOME="$HOME/.local/state"
|
||||
export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc"
|
||||
export STOW_DIR="$XDG_DATA_HOME/stow"
|
||||
set -a
|
||||
source $XDG_CONFIG_HOME/user-dirs.dirs
|
||||
set +a
|
||||
|
||||
export SVDIR="$HOME/.local/sv"
|
||||
export WORKON_HOME="$XDG_DATA_HOME/virtualenv"
|
||||
|
@ -103,7 +99,6 @@ export TMUX_TMPDIR="$XDG_RUNTIME_DIR"
|
|||
export ANDROID_HOME="$XDG_DATA_HOME/android"
|
||||
export CARGO_HOME="$XDG_DATA_HOME/cargo"
|
||||
export GOPATH="$XDG_DATA_HOME/go"
|
||||
export ANSIBLE_CONFIG="$XDG_CONFIG_HOME/ansible/ansible.cfg"
|
||||
export ANSIBLE_HOME="$XDG_DATA_HOME/ansible"
|
||||
export UNISON="$XDG_DATA_HOME/unison"
|
||||
export HISTFILE="$XDG_DATA_HOME/history"
|
||||
|
|
Loading…
Add table
Reference in a new issue