diff options
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() { |
