diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-04-06 18:30:57 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-04-06 18:30:57 +0100 |
| commit | c6a778ff53f08032ea2b2f008f744443f659ac5c (patch) | |
| tree | c18807cd6baea0154f287ce9a8cdb8b3e75ed08f /.kshrc | |
| parent | b1d9d1889401f8b3176186709a822f40fec25079 (diff) | |
Forgot to add doas to pkg aliases
Diffstat (limited to '.kshrc')
| -rw-r--r-- | .kshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
