diff options
author | JoeServ <bousset.rudy@gmail.com> | 2022-05-16 12:48:08 +0000 |
---|---|---|
committer | JoeServ <bousset.rudy@gmail.com> | 2022-05-16 12:48:08 +0000 |
commit | be098ab2b8c211af475ff8d605b7279bdb05dc6d (patch) | |
tree | 3a5813a8ccf346e61dcbe64dde0bd6bd624e7836 /root/.cshrc | |
parent | udpate (diff) | |
download | joe-conf-be098ab2b8c211af475ff8d605b7279bdb05dc6d.tar.gz joe-conf-be098ab2b8c211af475ff8d605b7279bdb05dc6d.tar.bz2 joe-conf-be098ab2b8c211af475ff8d605b7279bdb05dc6d.tar.xz joe-conf-be098ab2b8c211af475ff8d605b7279bdb05dc6d.tar.zst joe-conf-be098ab2b8c211af475ff8d605b7279bdb05dc6d.zip |
update
Diffstat (limited to 'root/.cshrc')
-rw-r--r-- | root/.cshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/.cshrc b/root/.cshrc index 76c25b7..b1c5b5b 100644 --- a/root/.cshrc +++ b/root/.cshrc @@ -33,7 +33,7 @@ if ($?prompt) then set promptchars = "%#" set filec - set history = 1000 + set history = 10000 set savehist = (1000 merge) set autolist = ambiguous # Use history to aid expansion |