diff options
author | Næþ'n Lasseter <Næþ'n Lasseter nathan@bytemark.co.uk> | 2016-08-25 14:25:20 +0100 |
---|---|---|
committer | Næþ'n Lasseter <Næþ'n Lasseter nathan@bytemark.co.uk> | 2016-08-25 14:25:20 +0100 |
commit | 0d53e185c5daf2e8e79f0176f282d6d159ec6916 (patch) | |
tree | 2cb8d8613b98056e809cfa5a115f9d12cc036e5a /README | |
parent | 736e3ae5eb183ea0420ab05392aba20013eec21d (diff) |
Renamed READ.ME because github.
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +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. |