replaced GBT with new PS1

This commit is contained in:
Jonas Forsberg
2021-11-11 16:27:24 +01:00
parent 7f8b5aa529
commit 3f2d0b1888
5 changed files with 40 additions and 58 deletions

View File

@@ -23,8 +23,8 @@ fi
[[ -x "$(command -v kubectl)" ]] && source <(kubectl completion bash)
[[ -x "$(command -v helm)" ]] && source <(helm completion bash)
# Go Bullet Train settings
[[ -f "$HOME/go/bin/gbt" ]] && [[ -f "$HOME/.gbt.sh" ]] && source "$HOME/.gbt.sh"
# PS1 Prompt
[[ -f "$HOME/.ps1.sh" ]] && source "$HOME/.ps1.sh"
[[ -f "$HOME/.functions.sh" ]] && source ~/.functions.sh