bf8002ba462c
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 16 Sep 2023 12:36:31 -0400 |
parents | 7512e93d3529 |
children | 6fdcbcfb607b |
branches/tags | (none) |
files | bash_profile remote/bash_profile |
Changes
--- 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"
--- 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 ../.."