Added fedora-release vte
This commit is contained in:
parent
299a7372b3
commit
f73a52ee8c
1 changed files with 7 additions and 0 deletions
7
.zshrc
7
.zshrc
|
@ -49,6 +49,13 @@ elif [[ -f /etc/debian_version ]]; then
|
|||
precmd_functions+=(__vte_osc7)
|
||||
fi
|
||||
fi
|
||||
elif [[ -f /etc/fedora-release ]]; then
|
||||
if [[ $TILIX_ID || $VTE_VERSION ]]; then
|
||||
if [[ -r "/etc/profile.d/vte.sh" ]]; then
|
||||
source /etc/profile.d/vte.sh
|
||||
precmd_functions+=(__vte_osc7)
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
# Set GPG TTY
|
||||
|
|
Loading…
Reference in a new issue