This commit is contained in:
Bartal Laearsson
2026-06-29 13:31:25 +01:00
parent eaebac49df
commit 7dcf80b5e9
-1
View File
@@ -10,7 +10,6 @@ alias gsw='git switch'
alias gst='git status' alias gst='git status'
alias ga='git add .' 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 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 XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
export GOPATH="${GOPATH:-$HOME/go}" export GOPATH="${GOPATH:-$HOME/go}"