From 7dcf80b5e9fd9eb9fa137bb27e5f9f0ccb8fa93f Mon Sep 17 00:00:00 2001 From: Bartal Laearsson Date: Mon, 29 Jun 2026 13:31:25 +0100 Subject: [PATCH] rm typ --- zsh/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 6b77129..393bcad 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -10,7 +10,6 @@ alias gsw='git switch' alias gst='git status' alias ga='git add .' alias gtree="git log --graph --all --pretty=format:'%C(yellow)%h%Creset%C(cyan)%d%Creset %s %C(dim)(%cr) <%an>%Creset'" -alias typ='typora --enable-features=UseOzonePlatform --ozone-platform=wayland &' export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}" export GOPATH="${GOPATH:-$HOME/go}"