diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-04-25 19:25:47 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-04-25 19:25:47 +0100 |
| commit | c5d27e07f460578894f55660e747bbb85121501d (patch) | |
| tree | 8c9af8ea438035996855a72a4ea5e8b4076cdb37 | |
| parent | 6eda9782b5013f588e5a6ec37604bdb4b9fc8658 (diff) | |
Insterted missing spaces into both pkg alias lines after the -D
| -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='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 |
