The alias command is not working and I believe I am following the correct syntax for example:
alias np='ls -la'
I have also tried speech marks:
alias np="ls -la"
In both cases the response to np is
np: Command not found.
However, if I run alias with no arguments it does list current aliases (for the record 'nl' is not already listed).