Add initialization file for Korn shell
1 files changed, 10 insertions(+), 0 deletions(-) A ksh/.kshrc
A ksh/.kshrc => ksh/.kshrc +10 -0
@@ 0,0 1,10 @@ export GPG_TTY=$(tty) PS1='\A $(apm -l)% \w$ ' # HH:MM CHARGE% WORKING_DIR alias wip='git commit -am WIP' alias la='ls -lath' OCTASPIRE_PASSDIR=~/.password-store OCTASPIRE_PASSPATHS=$(find "$OCTASPIRE_PASSDIR" -path ./.git -prune -o -name '*.gpg' -print | sed "s~${OCTASPIRE_PASSDIR}/~~g" | sed 's~.gpg$~~g') set -A complete_pass_2 -- $OCTASPIRE_PASSPATHS