plus meilleur ps1
This commit is contained in:
parent
4fa045b828
commit
1f12cd24db
3
bashrc
3
bashrc
|
@ -44,7 +44,8 @@ export PATH="/opt/dmenu_path:$PATH"
|
|||
export EDITOR="nvim"
|
||||
export TERM="st"
|
||||
|
||||
export PS1="\033[31m⚒\033[0m ${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ "
|
||||
#export PS1="\033[31m⚒\033[0m ${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ "
|
||||
export PS1='$(cmd-prompt-ps1)'
|
||||
|
||||
export SOUND_CARD=$(amixer scontrols | head -n 1 | cut -d "'" -f2)
|
||||
|
||||
|
|
Loading…
Reference in New Issue