diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-04-05 22:42:28 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-04-05 22:42:28 +0100 |
| commit | b1d9d1889401f8b3176186709a822f40fec25079 (patch) | |
| tree | fd389f9dcc71ca15d7e0ab5e171ccc4bc9dab5e2 /.kshrc | |
| parent | c44b15ce283c5b9c3c698e8a88822e0aad2dc741 (diff) | |
Added aliases for pkg_add and pkg_info with -Dsnap option as I run current
Diffstat (limited to '.kshrc')
| -rw-r--r-- | .kshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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() { |
