Add support for distrobox
This commit is contained in:
parent
862e544a71
commit
46b6968238
5 changed files with 21 additions and 0 deletions
|
@ -19,6 +19,10 @@ else
|
|||
nix_shell_ps1=""
|
||||
fi
|
||||
|
||||
if [ -n "$CONTAINER_ID" ]; then
|
||||
dicon="%F{bg-yellow}[ $CONTAINER_ID]%f"
|
||||
fi
|
||||
|
||||
setopt prompt_subst
|
||||
autoload -Uz vcs_info
|
||||
precmd () { vcs_info }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue