mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
fix typos
This commit is contained in:
parent
43ae2639fb
commit
95ed695f0b
2 changed files with 14 additions and 3 deletions
|
|
@ -134,8 +134,12 @@ export MANPATH="/usr/local/man:/usr/local/ssl/share/man:$MANPATH"
|
|||
ZSH_ALIAS_FINDER_AUTOMATIC=true
|
||||
|
||||
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
|
||||
source /etc/profile.d/vte.sh
|
||||
if [ -f /etc/profile.d/vte.sh ]; then
|
||||
source /etc/profile.d/vte.sh
|
||||
fi
|
||||
fi
|
||||
|
||||
# comment out if you want to disable Starship and use ZSH_THEME
|
||||
eval "$(starship init zsh)"
|
||||
if [ -f "$HOME/.config/starship.toml" ]; then
|
||||
eval "$(starship init zsh)"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue