diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-06-14 08:53:05 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-06-14 08:53:05 +0000 |
commit | 1c752c9f6d49a86edb86c5ab26e0b435585a183c (patch) | |
tree | 9e6922f03346a97e7c5c45292cf1579ff427d766 /app-shells/csh | |
parent | Changes ~mips to mips in KEYWORDS (diff) | |
download | gentoo-2-1c752c9f6d49a86edb86c5ab26e0b435585a183c.tar.gz gentoo-2-1c752c9f6d49a86edb86c5ab26e0b435585a183c.tar.bz2 gentoo-2-1c752c9f6d49a86edb86c5ab26e0b435585a183c.zip |
fixing a typo.
Diffstat (limited to 'app-shells/csh')
-rw-r--r-- | app-shells/csh/files/dot.cshrc | 1 |
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? |