# HG changeset patch # User Steve Losh # Date 1694882191 14400 # Node ID bf8002ba462cede9a2b00beff8929d710fcb695e # Parent 7512e93d35291da275b4ad9a8996d1d123f57496 More diff -r 7512e93d3529 -r bf8002ba462c bash_profile --- a/bash_profile Thu Sep 14 10:08:18 2023 -0400 +++ b/bash_profile Sat Sep 16 12:36:31 2023 -0400 @@ -46,7 +46,7 @@ HOST_COLOR="$ORANGE" fi -export PS1='\n${PINK}\u ${D}at ${HOST_COLOR}\h ${D}in ${GREEN}\w${D} $(last_return_value)$ ' +export PS1='\n\[${PINK}\]\u \[${D}\]at \[${HOST_COLOR}\]\h \[${D}\]in \[${GREEN}\]\w\[${D}\] $(last_return_value)$ ' alias ..="cd .." alias ...="cd ../.." @@ -114,3 +114,5 @@ export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm + +export PKG_CONFIG_PATH="/usr/lib/x86_64-linux-gnu/pkgconfig" diff -r 7512e93d3529 -r bf8002ba462c remote/bash_profile --- a/remote/bash_profile Thu Sep 14 10:08:18 2023 -0400 +++ b/remote/bash_profile Sat Sep 16 12:36:31 2023 -0400 @@ -48,7 +48,7 @@ HOST_COLOR="$ORANGE" fi -export PS1='\n${PINK}\u ${D}at ${HOST_COLOR}\h ${D}in ${GREEN}\w${D} $(last_return_value)$ ' +export PS1='\n\[${PINK}\]\u \[${D}\]at \[${HOST_COLOR}\]\h \[${D}\]in \[${GREEN}\]\w\[${D}\] $(last_return_value)$ ' alias ..="cd .." alias ...="cd ../.."