summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-11 17:07:12 -0400
committerJune McEnroe <june@causal.agency>2020-06-11 17:07:12 -0400
commitbec5687922a9686e843437f9204a22d2bb31cde8 (patch)
tree623a3dee6aaa590103a6582997e70b8f68489aa6 /home
parentAdd all VMs to ssh config (diff)
downloadsrc-bec5687922a9686e843437f9204a22d2bb31cde8.tar.gz
src-bec5687922a9686e843437f9204a22d2bb31cde8.zip
Alias sudo=doas if available
Diffstat (limited to 'home')
-rw-r--r--home/.shrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.shrc b/home/.shrc
index 00c4b2ba..fe3318b8 100644
--- a/home/.shrc
+++ b/home/.shrc
@@ -15,6 +15,7 @@ alias gc='git commit' gca='gc --amend' gt='git tag'
 alias gp='git push' gu='git pull' gf='git fetch'
 alias rand='openssl rand -base64 33'
 alias private='eval "$(gpg -d ~/.private)"'
+type doas >/dev/null && alias sudo=doas
 
 cd() {
 	if [ $# -eq 0 ]; then