freebsd-ports/misc/ondir/files/patch-ondir.1
Martin Wilke 7bb9c720e3 On Dir is a program that automatically executes scripts as you traverse
directories at a terminal.

In addition to executing scripts in the directory you are entering or leaving,
ondir also executes scripts in directories that are traversed on the way to that
directory.

WWW:	http://swapoff.org/wiki/OnDir

PR:		ports/143189
Submitted by:	ports at c0decafe.net <ports at c0decafe.net>
2010-01-27 13:02:17 +00:00

17 lines
381 B
Groff

--- ondir.1.orig 2010-01-24 23:43:46.000000000 +0200
+++ ondir.1 2010-01-24 23:44:09.000000000 +0200
@@ -108,12 +108,12 @@
.LP
The TCSH script you should add to your profile is:
.LP
-alias cwdcmd eval \`ondir \-t \$owd \$cwd\`
+alias cwdcmd eval \\`ondir \\$owd \\$cwd\\`
.br
.br
# Run ondir on login
.br
-eval `ondir \-t /`
+eval `ondir /`
.br
.SH "AUTHORS"
.LP