This commit is contained in:
2023-07-27 14:52:23 +02:00
parent 93bac029da
commit 4485a7beee
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -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