From be45dcad9491e809d13145baab5e6ea1caf80791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A6=C3=BE=27n=20Lasseter?= Date: Thu, 25 Aug 2016 14:22:29 +0100 Subject: Initial Commit --- READ.ME | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 READ.ME (limited to 'READ.ME') diff --git a/READ.ME b/READ.ME new file mode 100644 index 0000000..f2bc4b8 --- /dev/null +++ b/READ.ME @@ -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. -- cgit v1.2.1