summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2016-07-14 21:49:42 +0000
committerrsiddharth <s@ricketyspace.net>2016-07-14 21:49:42 +0000
commitb1018c8642fd368ebd494da167601a52c72e1e8e (patch)
tree6d29bb07bf530899c6b6f6adf60c9538130b1540
parentf33ce756907d02a5547607325a8b5b09d6d99ab1 (diff)
update README.org
* README.org (installing): remove shell specific instructions.
-rw-r--r--README.org18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.org b/README.org
index 4afa496..010c235 100644
--- a/README.org
+++ b/README.org
@@ -61,24 +61,6 @@ that will install the =git-difme= script at =~/.bin/git-difme=.
add =~/.bin/= to =PATH=.
-On bash, add this:
-
-#+BEGIN_SRC bash
-PATH=~/.bin:$PATH
-export PATH
-#+END_SRC
-
-to =.bashrc=:
-
-On zsh, add this:
-
-#+BEGIN_SRC zsh
-typeset -U path
-path=(~/.bin $path)
-#+END_SRC
-
-to =.zshenv=.
-
*** the config file
#+BEGIN_SRC bash