add chroot prompt
This commit is contained in:
parent
ac84c755a9
commit
95814eb86b
@ -33,6 +33,12 @@ zstyle ':vcs_info:*' formats ' %F{green}%b'
|
|||||||
PROMPT='%F{yellow}%n@%m %F{white}%1~%(?.. %?) $ '
|
PROMPT='%F{yellow}%n@%m %F{white}%1~%(?.. %?) $ '
|
||||||
RPROMPT='%f$vcs_info_msg_0_ '
|
RPROMPT='%f$vcs_info_msg_0_ '
|
||||||
|
|
||||||
|
# Detect if we're in a schroot and modify prompt accordingly
|
||||||
|
if [[ -n "$SCHROOT_CHROOT_NAME" ]]; then
|
||||||
|
# We're in a schroot - add [chroot:name] to the prompt
|
||||||
|
PS1="[chroot:$SCHROOT_CHROOT_NAME] $PS1"
|
||||||
|
fi
|
||||||
|
|
||||||
alias boinctui='boinctui --boinchost=localhost'
|
alias boinctui='boinctui --boinchost=localhost'
|
||||||
alias bt='bluetoothctl'
|
alias bt='bluetoothctl'
|
||||||
alias c='clear'
|
alias c='clear'
|
||||||
|
Loading…
Reference in New Issue
Block a user