removed a bunch of special processing

This commit is contained in:
Luke 2023-06-03 18:31:07 -07:00
parent 3e6e45d4e2
commit 04c6996897
8 changed files with 100 additions and 0 deletions

View file

@ -2,3 +2,15 @@
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
COLOR_RST='\[\e[39m\]'
ULINE='\[\e[4m\]'
ULINE_RST='\[\e[24m\]'
alt_hostname="\h"
export PS1="\[\e[01;32m\]\u\[\e[00m\]@\[\e[01;32m\]${alt_hostname}"
export PS1+="\[\e[01;34m\] \w \\$\[\e[00m\] "
unset $alt_hostname $COLOR_NORM $ULINE $ULINE_RST $COLOR_RST