summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-03 05:45:13 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-03 05:45:13 +0000
commit38d7a40a614dbefa0b8d5b06f5aebdce09f8226e (patch)
tree61e171c4f472c8e2f7ab3c4451ef6e6008dd32d9 /share
parent697ed2bbf308266a84175eb15bcfdebebd5b696b (diff)
aliases for cd, popd, and pushd were there, but one for chdir was missing;
fixed
Diffstat (limited to 'share')
-rw-r--r--share/skel/dot.cshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc
index 51be7b78846..6409f9c49b8 100644
--- a/share/skel/dot.cshrc
+++ b/share/skel/dot.cshrc
@@ -22,6 +22,7 @@ if ($?prompt) then
set mch = `hostname -s`
alias prompt 'set prompt = "$mch:q"":$cwd:t {\!} "'
alias cd 'cd \!*; prompt'
+ alias chdir 'cd \!*; prompt'
alias popd 'popd \!*; prompt'
alias pushd 'pushd \!*; prompt'
cd .