1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 16:26:50 +00:00

Add new alias 'sudo' for 'doas' command in .zsh/aliases.zsh file

This commit is contained in:
Luna 2023-04-09 22:35:28 +02:00
parent a22419854e
commit 2e67569618

View file

@ -22,5 +22,6 @@ alias \
gres='git restore' \
gs='git status' \
gst='git stash' \
hx='helix'
hx='helix' \
sudo='doas'