diff options
author | Næþ'n Lasseter <Næþ'n Lasseter nathan@bytemark.co.uk> | 2016-08-25 14:24:57 +0100 |
---|---|---|
committer | Næþ'n Lasseter <Næþ'n Lasseter nathan@bytemark.co.uk> | 2016-08-25 14:24:57 +0100 |
commit | 736e3ae5eb183ea0420ab05392aba20013eec21d (patch) | |
tree | 0b449bcfa61858bb4157f6872f92e457349eaab9 /READ.ME | |
parent | be45dcad9491e809d13145baab5e6ea1caf80791 (diff) |
Renamed READ.ME because github.
Diffstat (limited to 'READ.ME')
-rw-r--r-- | READ.ME | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/READ.ME b/READ.ME deleted file mode 100644 index f2bc4b8..0000000 --- a/READ.ME +++ /dev/null @@ -1,15 +0,0 @@ -1) Clone this repo -2) Source the rc file in your .bashrc -3) Start adding your scripts - -When you cd to mydir, scripts will run in the following order: - 1) cdhooks/incoming/pre-local/ - 2) mydir/.cdhooks/incoming/ - 3) cdhooks/incoming/post-local/ - -When you cd away from mydir: - 1) cdhooks/outgoing/pre-local/ - 2) mydir/.cdhooks/outgoing/ - 3) cdhooks/outgoing/post-local/ - -All of the outgoing scripts run before any of the incoming scripts. |