mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-17 21:09:25 +00:00
[shell-common] Fix TZ_LIST, reorder to after homebrew
This commit is contained in:
@@ -32,14 +32,14 @@ if [ -f $HOME/.cargo/env ]; then
|
|||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# https://github.com/oz/tz
|
|
||||||
if [ -x "$(command -v tz)" ]; then
|
|
||||||
export TZ_LIST="Europe/Dublin,Portwest HQ;America/New_York,WDW;America/Los_Angeles,DLR;Europe/Paris,DLP"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# macOS Specific envs
|
# macOS Specific envs
|
||||||
if [[ $(uname) == "Darwin" ]]; then
|
if [[ $(uname) == "Darwin" ]]; then
|
||||||
# Homebrew
|
# Homebrew
|
||||||
export HOMEBREW_NO_ENV_HINTS=1
|
export HOMEBREW_NO_ENV_HINTS=1
|
||||||
[ -d /opt/homebrew ] && eval "$(/opt/homebrew/bin/brew shellenv)"
|
[ -d /opt/homebrew ] && eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# https://github.com/oz/tz
|
||||||
|
if [ -x "$(command -v tz)" ]; then
|
||||||
|
export TZ_LIST="Europe/Dublin,Portwest HQ;America/New_York,WDW;America/Los_Angeles,DLR;Europe/Paris,DLP"
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user