aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-04-06 18:30:57 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-04-06 18:30:57 +0100
commitc6a778ff53f08032ea2b2f008f744443f659ac5c (patch)
treec18807cd6baea0154f287ce9a8cdb8b3e75ed08f
parentb1d9d1889401f8b3176186709a822f40fec25079 (diff)
Forgot to add doas to pkg aliases
-rw-r--r--.kshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.kshrc b/.kshrc
index 328e278..2926985 100644
--- a/.kshrc
+++ b/.kshrc
@@ -36,8 +36,8 @@ _exists colorls && alias ls='colorls -G'
alias config='/usr/local/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
# Only add these aliases if running -current
-alias pkg_add='pkg_add -Dsnap '
-alias pkg_info='pkg_info -Dsnap '
+alias pkg_add='doas pkg_add -Dsnap '
+alias pkg_info='doas pkg_info -Dsnap '
# Simple, lightweight git prompt for oksh: if inside a git repo, adds the
# branch name to PS1.