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:
parent
a22419854e
commit
2e67569618
1 changed files with 2 additions and 1 deletions
|
@ -22,5 +22,6 @@ alias \
|
||||||
gres='git restore' \
|
gres='git restore' \
|
||||||
gs='git status' \
|
gs='git status' \
|
||||||
gst='git stash' \
|
gst='git stash' \
|
||||||
hx='helix'
|
hx='helix' \
|
||||||
|
sudo='doas'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue