aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
blob: 569b2ee451b3e018309889624d5f4212c7238ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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