|
|
|
|
|
by __david__
4696 days ago
|
|
I just checked, for fun: $ ls -lh .bashrc
-rw-r--r-- 1 <me> <me> 10k Jul 26 13:31 .bashrc
Yep.It's also remarkably fast because I took great effort to optimize the parts that happen the most. Shell is actually pretty fast if you don't fork and exec all the time... |
|