summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-06-14 08:53:05 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-06-14 08:53:05 +0000
commitfba76d1126faf94a71705da9a6106c85ca7f070a (patch)
treef3db94c76074b78e5f06bc904c3ef42afa8aec2f /app-shells
parentChanges ~mips to mips in KEYWORDS (diff)
downloadhistorical-fba76d1126faf94a71705da9a6106c85ca7f070a.tar.gz
historical-fba76d1126faf94a71705da9a6106c85ca7f070a.tar.bz2
historical-fba76d1126faf94a71705da9a6106c85ca7f070a.zip
fixing a typo.
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/csh/files/dot.cshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/app-shells/csh/files/dot.cshrc b/app-shells/csh/files/dot.cshrc
index ba397431735a..6e1245b5c2f0 100644
--- a/app-shells/csh/files/dot.cshrc
+++ b/app-shells/csh/files/dot.cshrc
@@ -22,7 +22,6 @@ endif
# some options you might want in an interactive shell
if ($?prompt) then
set filec # use <ESC><ESC> to complete on filenames.
- set emacs # simple line editing.
set history = 1000 # remember last 1000 commands
set ignoreeof # dont exit if ^D is hit by accident
set mail = (/var/mail/$USER) # where is your user mbox?