aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-05-17 21:28:36 +0200
committerGravatar Tom Willemsen2012-05-17 21:28:36 +0200
commit9aaf8b6ca9f8d0234ea51236d4c551d4f24134cf (patch)
tree62df9c6ad6c64155c700f245efe860fd275ae6b2 /src
parent904b2737ccffb31c02cf88cb75310fc2a72ddfbd (diff)
downloadbaps1-9aaf8b6ca9f8d0234ea51236d4c551d4f24134cf.tar.gz
baps1-9aaf8b6ca9f8d0234ea51236d4c551d4f24134cf.zip
Oops, readme should ben in the top level
Diffstat (limited to 'src')
-rw-r--r--src/README.org14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/README.org b/src/README.org
deleted file mode 100644
index 569b2ee..0000000
--- a/src/README.org
+++ /dev/null
@@ -1,14 +0,0 @@
-* 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