Compare commits

..

2 commits

Author SHA1 Message Date
Hippolyte Chauvin
075c59ec4c Mise à jour : utilisation de nvim à la place de helix pour git 2023-10-14 22:03:11 +02:00
Hippolyte Chauvin
7cdb673bb4 Correction : PS1 buggué dans la configuration de bash 2023-10-14 22:02:50 +02:00
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 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}"'\$ '

View file

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