From f25459dcf011cd041409379f86565f7ccf93946f Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 7 Dec 2023 08:46:00 +0100 Subject: [PATCH] add alias for wezterm --- .chezmoitemplates/zshrc_linux.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.chezmoitemplates/zshrc_linux.tmpl b/.chezmoitemplates/zshrc_linux.tmpl index 198f243..51f803e 100644 --- a/.chezmoitemplates/zshrc_linux.tmpl +++ b/.chezmoitemplates/zshrc_linux.tmpl @@ -127,6 +127,8 @@ alias wezterm='flatpak run org.wezfurlong.wezterm' export EDITOR=vim +alias wezterm='flatpak run org.wezfurlong.wezterm' + eval "$(starship init zsh)" test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc"