diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh index 1bf1a87..34296ab 100644 --- a/.zsh/aliases.zsh +++ b/.zsh/aliases.zsh @@ -22,5 +22,6 @@ alias \ gres='git restore' \ gs='git status' \ gst='git stash' \ - hx='helix' + hx='helix' \ + sudo='doas'