How to load different zshrc file via commandline option?
Posted
by user327523
on Stack Overflow
See other posts from Stack Overflow
or by user327523
Published on 2010-04-28T06:10:41Z
Indexed on
2010/04/28
6:13 UTC
Read the original article
Hit count: 222
I used to do this with bash...
/bin/bash --rcfile /home/sindhu/bin/misc_scripts/shellrc/.bashrc_1
how can I accomplish the same with zsh?
Thank you.z
© Stack Overflow or respective owner