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}"