Update profile
This commit is contained in:
parent
c99e12db24
commit
edf295ab6c
2 changed files with 27 additions and 4 deletions
4
.profile
4
.profile
|
@ -1,4 +0,0 @@
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
|
27
.zprofile
Normal file
27
.zprofile
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
export PATH="/usr/local/bin:$HOME/.local/bin:$HOME/.config/composer/vendor/bin:$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
|
export LANG="en_US.UTF-8"
|
||||||
|
export LANGUAGE="en_US"
|
||||||
|
export LC_CTYPE="de_DE.UTF-8"
|
||||||
|
export LC_NUMERIC="de_DE.UTF-8"
|
||||||
|
export LC_TIME="de_DE.UTF-8"
|
||||||
|
export LC_COLLATE="de_DE.UTF-8"
|
||||||
|
export LC_MONETARY="de_DE.UTF-8"
|
||||||
|
export LC_MESSAGES="de_DE.UTF-8"
|
||||||
|
export LC_PAPER="de_DE.UTF-8"
|
||||||
|
export LC_NAME="de_DE.UTF-8"
|
||||||
|
export LC_ADDRESS="de_DE.UTF-8"
|
||||||
|
export LC_TELEPHONE="de_DE.UTF-8"
|
||||||
|
export LC_MEASUREMENT="de_DE.UTF-8"
|
||||||
|
export LC_IDENTIFICATION="de_DE.UTF-8"
|
||||||
|
export LC_ALL="de_DE.UTF-8"
|
||||||
|
|
||||||
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
|
|
||||||
|
# Don't check for new mail
|
||||||
|
export MAILCHECK=1
|
||||||
|
|
||||||
|
export GOPATH=$HOME/.golang
|
||||||
|
export FONTCONFIG_PATH=/etc/fonts
|
Loading…
Reference in a new issue