Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédente | |
linux:installation:bashrc [2022/11/04 13:05] – tutospisto | linux:installation:bashrc [2022/11/04 13:13] (Version actuelle) – tutospisto |
---|
https://bashrcgenerator.com/ | Pour changer les infos du PS1 plus facilement : [[https://bashrcgenerator.com]] |
| |
'${debian_chroot:+($debian_chroot)}\[\033[38;5;11m\]\@\[$(tput sgr0)\]_\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' | |
| |
<hidden ====== Mon fichier bashrc ======> | <hidden ====== Mon fichier bashrc ======> |
| |
if [ "$color_prompt" = yes ]; then | if [ "$color_prompt" = yes ]; then |
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' | PS1='${debian_chroot:+($debian_chroot)}\[\033[38;5;11m\]\@\[$(tput sgr0)\]\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' |
else | else |
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' | PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' |
# Comment in the above and uncomment this below for a color prompt | # Comment in the above and uncomment this below for a color prompt |
| |
PS1='${debian_chroot:+($debian_chroot)}\[$(tput bold)\]\[\033[38;5;46m\]\u\[$(tput sgr0)\]\[\033[38;5;28m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' | PS1='${debian_chroot:+($debian_chroot)}\[\033[38;5;11m\]\A\[$(tput sgr0)\] \[$(tput bold)\]\[\033[38;5;46m\]\u\[$(tput sgr0)\]\[\033[38;5;28m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' |
| |
| |