updated install script, new monitor config and added amd (ryzen) support to temp.sh

This commit is contained in:
2020-02-15 12:50:20 +01:00
parent 7d81df3476
commit 0936c92f4d
7 changed files with 42 additions and 34 deletions

View File

@@ -5,13 +5,18 @@ function _update_ps1() {
fi
}
# sourceIfExists
function sourceIfExists () {
[[ -f "$1" ]] && source "$1"
}
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
source ~/.alias
source ~/.custom
source ~/.variables
source ~/lib/azure-cli/az.completion
sourceIfExists ~/lib/azure-cli/az.completion
# evals
eval "$(pyenv init -)"