Sample Header Ad - 728x90

How to execute an alias, encapsulated in another source file?

0 votes
1 answer
2678 views
For instance ~/.cshrc: alias job_start 'cd $PROJ_DIR && source .env/bin/activate.csh && rehash && job_run' $PROJ_DIR/.env/bin/activate.csh: alias job_run '(cd $PROJ_DIR/builds; sh run.sh)' after calling job_start: % job_start [4/36] job_run: Command not found. But aliases updates after calling job_start -> job_run appears. Manually calling job_run will proceed as expected.
Asked by kAldown (277 rep)
Jan 25, 2017, 10:45 AM
Last activity: Mar 27, 2025, 10:03 PM