aboutsummaryrefslogtreecommitdiffstats
path: root/src/README.org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-05-17 21:26:30 +0200
committerGravatar Tom Willemsen2012-05-17 21:26:30 +0200
commit904b2737ccffb31c02cf88cb75310fc2a72ddfbd (patch)
tree7d35c8aa43ad78e3c0c93fc36cca38dad731a8db /src/README.org
parentf49fe5af6701285ddb926518efd2c087a0fdc7af (diff)
downloadbaps1-904b2737ccffb31c02cf88cb75310fc2a72ddfbd.tar.gz
baps1-904b2737ccffb31c02cf88cb75310fc2a72ddfbd.zip
Add some documentation
I like both python's and (e)lisp's way of documenting functions on the inside, even though I don't know of any system that does that reads it this way for C, I'm still trying it out.
Diffstat (limited to 'src/README.org')
-rw-r--r--src/README.org14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/README.org b/src/README.org
new file mode 100644
index 0000000..569b2ee
--- /dev/null
+++ b/src/README.org
@@ -0,0 +1,14 @@
+* Benjamin A's PS1
+
+ To use it as it was intended put the following in your ~PS1~ or
+ ~PROMPT~ variable, depending on whether you use ~bash~ or ~zsh~:
+
+ #+BEGIN_SRC shell-script
+ PS1="\$(/path/to/baps1)"
+ #+END_SRC
+
+ Or, if you like single quotes, use:
+
+ #+BEGIN_SRC shell-script
+ PS1='$(/path/to/baps1)'
+ #+END_SRC