mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 04:33:17 +02:00
updated install script, new monitor config and added amd (ryzen) support to temp.sh
This commit is contained in:
@@ -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 -)"
|
||||
|
Reference in New Issue
Block a user