From 1feae4fda959f0e9dde978579a2a35f2796df24b Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Fri, 27 Feb 2026 17:50:30 +0000 Subject: [PATCH] chore: remove modelio alias Use wofi menu option and edit .desktop launch file instead of launching from terminal --- .zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.zshrc b/.zshrc index 6bebd94..bd65c67 100644 --- a/.zshrc +++ b/.zshrc @@ -12,7 +12,6 @@ export QT_QPA_PLATFORMTHEME=qt5ct # for Qt5 export QT_QPA_PLATFORMTHEME=qt6ct # for Qt6 alias dotfiles="git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME" -alias modelio="GTK_THEME=Adwaita GDK_BACKEND=x11 /opt/modelio/modelio" source ~/powerlevel10k/powerlevel10k.zsh-theme [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh