Added tilix vte support to .zshrc
This commit is contained in:
parent
79fb84855c
commit
860a056564
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ else
|
||||||
print "404: ~/.zsh/zshalias not found."
|
print "404: ~/.zsh/zshalias not found."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# For tilix vte support
|
||||||
|
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
|
||||||
|
source /etc/profile.d/vte.sh
|
||||||
|
fi
|
||||||
|
|
||||||
# Necessary for loading custom prezto theme
|
# Necessary for loading custom prezto theme
|
||||||
autoload -Uz promptinit
|
autoload -Uz promptinit
|
||||||
promptinit
|
promptinit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue