diff options
| -rw-r--r-- | dotfiles-darwin/zsh/env | 1 | ||||
| -rw-r--r-- | zsh/env | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles-darwin/zsh/env b/dotfiles-darwin/zsh/env index d239818..3bcf9ea 100644 --- a/dotfiles-darwin/zsh/env +++ b/dotfiles-darwin/zsh/env @@ -1,6 +1,5 @@ # -*- mode: shell-script -*- -export DOMAIN=$(cut -d. -f2- <<<${HOST}) export GOPATH=~/Go export XDG_CACHE_HOME=~/Library/Caches export XDG_CONFIG_HOME=~/Library/Preferences @@ -5,6 +5,7 @@ source_if_exists() { [[ -f ${f:A:h:h}/$1 ]] && . ${f:A:h:h}/$1 || return 0 } +export DOMAIN=$(cut -d. -f2- -s <<<${HOST}) export UNAME=$(uname) export LC_ALL=en_US.UTF-8 |
