From b1018c8642fd368ebd494da167601a52c72e1e8e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 14 Jul 2016 21:49:42 +0000 Subject: update README.org * README.org (installing): remove shell specific instructions. --- README.org | 18 ------------------ 1 file changed, 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 -- cgit v1.2.3