AstonJ
How big is your shell rc/config file? (eg .bashrc or .zshrc)
Just noticed mine has gotten quite unwieldy and should probably be split into multiple files - but curious how big everyone else’s is!
(Mine’s 1304 lines!
)
Most Liked
slouchpie
Anecdotal - I switched from using scp to rsync and found rsync is much faster. Recommend
server=${3:-first}
rsync -qavzrP $1 server:$2
dimitarvp
arcanemachine
$ wc -l .bashrc
290 .bashrc
About 130 of those lines are mostly default Ubuntu stuff.
I honestly thought it would be bigger than that…
split into multiple files… 1304 lines!
Dude, you have a problem.
BartOtten
Your rc is larger than my emacs config (without comments). Curious what is in it.
sodapopcan
Mine is 285 including comments and a bit of junk I should delete. It’s config, very few aliases, and otherwise functions for my prompt as I don’t use ohmyzsh or any such thing. Also very curious why yours is so big ![]()







