diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-06 18:30:30 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-06 18:30:30 +0100 |
commit | 233b3b0dd0ef99d799ca0fe8212d74087ee9029c (patch) | |
tree | 48a836a5f11c282e08eb037937d42016ad522c27 /.config/shell | |
parent | 1eed40cff2eab4ed371b7ec98de79b18af085690 (diff) |
Add doas alias
Diffstat (limited to '.config/shell')
-rwxr-xr-x | .config/shell/aliasrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 450effd..23c1f89 100755 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -42,3 +42,6 @@ alias \ # Pushing to multiple git repositories alias gua="git remote | xargs -L1 git push --all" + +# Doas smooth transition +alias sudo="doas" |