From 8694056410dec0fc1caed63f19d36411c3d3bc6e Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 30 Sep 2022 13:44:21 +0000 Subject: [PATCH] Update dotfiles/.bashrc --- dotfiles/.bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 38df21af..5d1aa741 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -134,7 +134,6 @@ if [ -f /etc/os-release ]; then else OS_ICON= fi -PS1="\n \[\033[0;34m\]╭─\[\033[0;31m\]\[\033[0;37m\]\[\033[41m\] $OS_ICON \u \[\033[0m\]\[\033[0;31m\]\[\033[44m\]\[\033[0;34m\]\[\033[44m\]\[\033[0;30m\]\[\033[44m\] \w \[\033[0m\]\[\033[0;34m\] \n \[\033[0;34m\]╰ \[\033[1;36m\]\$ \[\033[0m\]" ### Miscellaneous export VISUAL=vim @@ -159,7 +158,7 @@ export LESSHISTFILE=- # If this is an xterm set the title to user@host:dir case "$TERM" in xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty) - PS1="\[\e]0;\u@\h: \w\a\]$PS1" + PS1="\n \[\033[0;34m\]╭─\[\033[0;31m\]\[\033[0;37m\]\[\033[41m\] $OS_ICON \u \[\033[0m\]\[\033[0;31m\]\[\033[44m\]\[\033[0;34m\]\[\033[44m\]\[\033[0;30m\]\[\033[44m\] \w \[\033[0m\]\[\033[0;34m\] \n \[\033[0;34m\]╰ \[\033[1;36m\]\$ \[\033[0m\]" ;; esac