From 9aaf8b6ca9f8d0234ea51236d4c551d4f24134cf Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 17 May 2012 21:28:36 +0200 Subject: Oops, readme should ben in the top level --- README.org | 14 ++++++++++++++ src/README.org | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 README.org delete mode 100644 src/README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..569b2ee --- /dev/null +++ b/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 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 -- cgit v1.3-2-g0d8e