Compare commits
No commits in common. "075c59ec4c9fefe8771911ec856e2a8aa3230c1f" and "4d22f92c76668efd027bc5de49c2a85451a86def" have entirely different histories.
075c59ec4c
...
4d22f92c76
2 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@ if [ "$(id -u)" -eq 0 ]; then
|
||||||
ps1_color_2=32
|
ps1_color_2=32
|
||||||
fi
|
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}\\$ "
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = Hippolyte Chauvin
|
name = Hippolyte Chauvin
|
||||||
email = hchauvin38@outlook.fr
|
email = hchauvin38@outlook.fr
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = hx
|
||||||
[init]
|
[init]
|
||||||
defaultbranch = main
|
defaultbranch = main
|
||||||
[pull]
|
[pull]
|
||||||
|
|
Loading…
Reference in a new issue