VTE
This commit is contained in:
@@ -144,3 +144,7 @@ ex ()
|
||||
}
|
||||
eval "$(thefuck --alias)"
|
||||
eval "$(jump shell)"
|
||||
#tilix fix
|
||||
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
|
||||
source /etc/profile.d/vte.sh
|
||||
fi
|
||||
|
||||
@@ -61,7 +61,7 @@ window:
|
||||
#
|
||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||
opacity: 0.94
|
||||
opacity: 0.97
|
||||
|
||||
# Startup Mode (changes require restart)
|
||||
#
|
||||
|
||||
@@ -4,3 +4,4 @@ export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
||||
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
|
||||
export PS1="[\[$(tput sgr0)\]\[\033[38;5;10m\]\u@\h\[$(tput sgr0)\]:\[$(tput sgr0)\]\[\033[38;5;14m\]\w\[$(tput sgr0)\]]\\$ \[$(tput sgr0)\]"
|
||||
export PATH="$PATH:/home/kristjank/.cargo/bin"
|
||||
|
||||
Reference in New Issue
Block a user