Compare commits

..

No commits in common. "075c59ec4c9fefe8771911ec856e2a8aa3230c1f" and "4d22f92c76668efd027bc5de49c2a85451a86def" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -3,5 +3,5 @@ if [ "$(id -u)" -eq 0 ]; then
ps1_color_2=32
fi
PS1='\[\033[0m\]'"${ps1_brackets:0:1}"'\[\033[1;'"${ps1_color_1}"'m\]\u@\h\[\033[0m\] \[\033[1;'"${ps1_color_2}"'m\]\W\[\033[0m\]'"${ps1_brackets:1:1}"'\$ '
PS1="\\033[0m${ps1_brackets:0:1}\\033[1;${ps1_color_1}m\\u@\\h\\033[0m \\033[1;${ps1_color_2}m\\W\\033[0m${ps1_brackets:1:1}\\$ "

View file

@ -2,7 +2,7 @@
name = Hippolyte Chauvin
email = hchauvin38@outlook.fr
[core]
editor = nvim
editor = hx
[init]
defaultbranch = main
[pull]