commit a81eb4c
Emilia Smólska
·
2026-09-13 15:00:25 +0000 UTC
parent dd01f03
meow
1 files changed,
+3,
-1
M
cshrc
M
cshrc
+3,
-1
1@@ -1,3 +1,5 @@
2 set path = (~/bin /bin /sbin /usr/{bin,sbin,X11R6/bin,local/bin,local/sbin})
3 set filec
4-set history = 1440
5+set fignore = (.o)
6+set history = 1000
7+alias h 'history 10'