change git promt color scheme
This commit is contained in:
1
TODO
1
TODO
@@ -1,6 +1,7 @@
|
|||||||
install steam, wine and lib32 multilib
|
install steam, wine and lib32 multilib
|
||||||
pipwire-pulseaudio as root to X11
|
pipwire-pulseaudio as root to X11
|
||||||
configure ranger
|
configure ranger
|
||||||
|
debug systray refresh
|
||||||
## Hyprland
|
## Hyprland
|
||||||
wofi
|
wofi
|
||||||
foot
|
foot
|
||||||
|
|||||||
@@ -29,10 +29,15 @@ fi
|
|||||||
|
|
||||||
. /usr/local/share/dotfiles/scripts/git.sh
|
. /usr/local/share/dotfiles/scripts/git.sh
|
||||||
|
|
||||||
PS1="\n\[\e[48;5;027m\] \u \[\e[00m\]\[\e[48;5;033;38;5;027m\]\[\e[00m\]"
|
#PS1="\n\[\e[48;5;027m\] \u \[\e[00m\]\[\e[48;5;033;38;5;027m\]\[\e[00m\]"
|
||||||
PS1+="\[\e[48;5;033m\] \h \[\e[00m\]\[\e[48;5;063;38;5;033m\]\[\e[00m\]"
|
#PS1+="\[\e[48;5;033m\] \h \[\e[00m\]\[\e[48;5;063;38;5;033m\]\[\e[00m\]"
|
||||||
PS1+="\[\e[48;5;063m\] \w \[\e[00m\]\[\e[48;5;069;38;5;063m\]\[\e[00m\]"
|
#PS1+="\[\e[48;5;063m\] \w \[\e[00m\]\[\e[48;5;069;38;5;063m\]\[\e[00m\]"
|
||||||
PS1+="\[\e[48;5;069m\] \$(_git)\[\e[00m\]\[\e[38;5;069m\]\[\e[00m\] "
|
#PS1+="\[\e[48;5;069m\] \$(_git)\[\e[00m\]\[\e[38;5;069m\]\[\e[00m\] "
|
||||||
|
|
||||||
|
PS1="\n\[\e[30;44m\] \u \[\e[34;46m\]\[\e[00m\]"
|
||||||
|
PS1+="\[\e[30;46m\] \h \[\e[36;42m\]\[\e[00m\]"
|
||||||
|
PS1+="\[\e[30;42m\] \w \[\e[32;45m\]\[\e[00m\]"
|
||||||
|
PS1+="\[\e[30;45m\] \$(_git)\[\e[00m\]\[\e[35m\]\[\e[00m\] "
|
||||||
|
|
||||||
# You may comment the following lines if you won't `ls' to be colorized:
|
# You may comment the following lines if you won't `ls' to be colorized:
|
||||||
eval "$(dircolors)"
|
eval "$(dircolors)"
|
||||||
|
|||||||
Reference in New Issue
Block a user