Merge branch 'master' of gitlab.com:rehashedsalt/home

This commit is contained in:
2019-12-31 16:37:23 -06:00
7 changed files with 7 additions and 6 deletions

2
.bin

Submodule .bin updated: 17b2ebada2...759ba10543

@@ -281,6 +281,7 @@ _ps1bash() {
fg_bold="\[\e[1m\]" fg_bold="\[\e[1m\]"
# Add hostname prefix in SSH sessions # Add hostname prefix in SSH sessions
unset prefix
# Yes, shellcheck. I get it. That's what the or is for # Yes, shellcheck. I get it. That's what the or is for
#shellcheck disable=2039 #shellcheck disable=2039
if [ "$HOSTNAME" = "phys-saltshaker" ] || [ "$(hostname)" = "phys-saltshaker" ]; then if [ "$HOSTNAME" = "phys-saltshaker" ] || [ "$(hostname)" = "phys-saltshaker" ]; then