aboutsummaryrefslogtreecommitdiff
path: root/.kshrc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-04-25 19:25:47 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-04-25 19:25:47 +0100
commitc5d27e07f460578894f55660e747bbb85121501d (patch)
tree8c9af8ea438035996855a72a4ea5e8b4076cdb37 /.kshrc
parent6eda9782b5013f588e5a6ec37604bdb4b9fc8658 (diff)
Insterted missing spaces into both pkg alias lines after the -D
Diffstat (limited to '.kshrc')
-rw-r--r--.kshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.kshrc b/.kshrc
index adbee02..98f79f7 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='doas pkg_add -Dsnap '
-alias pkg_info='doas pkg_info -Dsnap '
+alias pkg_add='doas pkg_add -D snap '
+alias pkg_info='doas pkg_info -D snap '
# Alias to stop foot terminal confusing ssh
if [ "$TERM" = "foot" ]; then