This commit is contained in:
Aaron Bieber 2020-07-16 08:30:02 -06:00
parent 6cf39947f0
commit c45c838e1a

View File

@ -39,3 +39,36 @@ Have your cake and eat it too!
|------------+---------------------------|
| q | ~qbit@litr[0]:~$~ |
| og-openbsd | ~$~ |
** Example usage
#+begin_src shell
OHMYKSH_DIR=/home/qbit/src/ohmyksh
. ~${ONMYKSH_DIR}/ohmy.ksh
set -A my_paths -- \
/usr/ports/infrastructure/bin \
~/bin \
~/go/bin \
/usr/local/plan9/bin
paths "${my_paths[@]}"
load_extension fonts
load_extension fzf
load_extension git-prompt
load_extension k
load_extension nocolor
load_extension openbsd
#load_completion man
load_completion ssh
load_completion vmd
load_completion rc
load_completion gopass
load_completion git
alias vi=vim
set_prompt q
#+end_src