Update dotfiles/.bashrc
This commit is contained in:
parent
ba372618a8
commit
8694056410
1 changed files with 1 additions and 2 deletions
|
@ -134,7 +134,6 @@ if [ -f /etc/os-release ]; then
|
||||||
else
|
else
|
||||||
OS_ICON=
|
OS_ICON=
|
||||||
fi
|
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
|
### Miscellaneous
|
||||||
export VISUAL=vim
|
export VISUAL=vim
|
||||||
|
@ -159,7 +158,7 @@ export LESSHISTFILE=-
|
||||||
# If this is an xterm set the title to user@host:dir
|
# If this is an xterm set the title to user@host:dir
|
||||||
case "$TERM" in
|
case "$TERM" in
|
||||||
xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty)
|
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
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue