reconfigured to mainly use st terminal instead of kitty

This commit is contained in:
tomit4 2022-05-23 10:48:05 -07:00
parent fcb914b33d
commit d5015c2152
26 changed files with 7545 additions and 5 deletions

View file

@ -173,7 +173,7 @@ ex ()
HISTTIMEFORMAT="%d/%m/%y %T "
# Displays current git branch if there is any and also styles bash prompt
export PS1='\[\033[01;34m\][\u@\h\[\033[01;37m\] \W\[\033[01;34m\]]\$\033[01;34m\] $(git branch 2>/dev/null | grep '^*' | colrm 1 2)\n\033[01;34m└─\033[37m '
export PS1='\[\033[01;34m\][\u@\h\[\033[01;37m\] \W\[\033[01;34m\]]\$\033[01;34m\] $(git branch 2>/dev/null | grep '^*' | colrm 1 2)\n\033[01;34m└─>\033[37m '
# Configure thefuck
eval "$(thefuck --alias)"