From b1d9d1889401f8b3176186709a822f40fec25079 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 5 Apr 2026 22:42:28 +0100 Subject: Added aliases for pkg_add and pkg_info with -Dsnap option as I run current --- .kshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.kshrc b/.kshrc index 5bc6439..328e278 100644 --- a/.kshrc +++ b/.kshrc @@ -35,6 +35,10 @@ _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 ' + # Simple, lightweight git prompt for oksh: if inside a git repo, adds the # branch name to PS1. __get_current_git_branch_name() { -- cgit v1.2.3