Skip to content

Commit 5739d10

Browse files
authored
Fix order of basrc files being executed to avoid OCM_URL being unset (#51)
1 parent 53c35cb commit 5739d10

8 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

utils/bashrc.d/kube-ps1.bashrc renamed to utils/bashrc.d/04-kube-ps1.bashrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
source ${HOME}/.bashrc.d/kube-ps1.sh
2+
source ${HOME}/.bashrc.d/05-kube-ps1.sh
33

44
export PS1="[\W {\[$(tput setaf 2)\]${OCM_URL}\[$(tput sgr0)\]} \$(kube_ps1)]\$ "
55
export KUBE_PS1_BINARY=oc
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)