example
This commit is contained in:
parent
6cf39947f0
commit
c45c838e1a
33
README.org
33
README.org
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user