How to add an alias in csh. Edit .cshrc file. Add an alias.

<pre lang="bash">
alias hello ls -l

Load.

<pre lang="bash">
source .cshrc