mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-06 17:54:25 +00:00
Remove vte
This commit is contained in:
5
.zshrc
5
.zshrc
@@ -22,11 +22,6 @@ mkdir -p "$ZSH_CACHE_DIR/completions"
|
|||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export GIT_EDITOR=nvim
|
export GIT_EDITOR=nvim
|
||||||
|
|
||||||
# VTE
|
|
||||||
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
|
|
||||||
source /etc/profile.d/vte.sh
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Distro specific aliases
|
# Distro specific aliases
|
||||||
DISTRO=`cat /etc/os-release | grep ^ID= | cut -f2 -d'='`
|
DISTRO=`cat /etc/os-release | grep ^ID= | cut -f2 -d'='`
|
||||||
if [ "$DISTRO" = 'arch' ]; then
|
if [ "$DISTRO" = 'arch' ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user