From 343e4dd1a998a78f66b6d56f070ae196445e4996 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Wed, 12 Apr 2023 18:52:46 -0400 Subject: [PATCH] Reverted --- homeConfig/dotfiles/bash/bash_profile | 3 --- homeConfig/dotfiles/bash/bashrc | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/homeConfig/dotfiles/bash/bash_profile b/homeConfig/dotfiles/bash/bash_profile index 8dc21fd..7950f5e 100644 --- a/homeConfig/dotfiles/bash/bash_profile +++ b/homeConfig/dotfiles/bash/bash_profile @@ -3,6 +3,3 @@ if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then # Start Sway in the background exec sway fi - -source ~/.bashrc - diff --git a/homeConfig/dotfiles/bash/bashrc b/homeConfig/dotfiles/bash/bashrc index 4f3efc6..a82defb 100644 --- a/homeConfig/dotfiles/bash/bashrc +++ b/homeConfig/dotfiles/bash/bashrc @@ -9,7 +9,7 @@ is_ssh_session() { # PS1 Config if [ -n "${IN_NIX_SHELL:+x}" ]; then - PS1="\[\033[01;34m\]\w\[\033[00m\]\n\[\033[01;32m\]devShell > \[\033[00m\]" + PS1="\[\033[01;34m\]\w\[\033[00m\]\n\[\033[01;32m\]nixShell > \[\033[00m\]" else if ! is_ssh_session; then PS1="\n\[\033[01;34m\]\w\[\033[00m\]\n\[\033[01;32m\]> \[\033[00m\]"