replaced GBT with new PS1
This commit is contained in:
4
.bashrc
4
.bashrc
@@ -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
|
||||
|
Reference in New Issue
Block a user