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
|
|
You can approximate that feature by using the In a directory perhaps like this:
create a file called
|
|||
|
|
|
Write a small wrapper script:
The first line sources your alternative RC file. The second starts a new Z shell without sourcing any other RC files. See zshoptions(1) for the options -d and -f (GLOBAL_RCS, RCS). |
|||
|
|