Reorganise Bash

This commit is contained in:
2021-03-23 16:51:53 +00:00
parent 71b4d44d20
commit 8953f73b6d
4 changed files with 9 additions and 5 deletions

View File

@@ -38,7 +38,6 @@ if [ $(uname) == "Darwin" ]; then
fi
fi
# Go stuff
if [ -d /usr/local/go ]; then
export GOROOT=/usr/local/go/
@@ -46,4 +45,9 @@ if [ -d /usr/local/go ]; then
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
fi
# https://github.com/oz/tz
if [ -f $HOME/go/bin/tz ]; then
export TZ_LIST="America/New_York,America/Los_Angeles,Europe/Paris"
fi
export PS1="\[\e[0;90m\][\[\e[0;37m\]\u\[\e[0;37m\]@\[\e[0;37m\]\H\[\e[0;90m\]] \[\e[0;90m\](\[\e[0;37m\]\W\[\e[0;90m\]) \[\e[0;37m\]\$\[\e[0m\] "