Compare commits
2 commits
4d22f92c76
...
075c59ec4c
Author | SHA1 | Date | |
---|---|---|---|
|
075c59ec4c | ||
|
7cdb673bb4 |
2 changed files with 2 additions and 2 deletions
|
@ -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}"'\$ '
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = Hippolyte Chauvin
|
||||
email = hchauvin38@outlook.fr
|
||||
[core]
|
||||
editor = hx
|
||||
editor = nvim
|
||||
[init]
|
||||
defaultbranch = main
|
||||
[pull]
|
||||
|
|
Loading…
Reference in a new issue