alias lsl="ls -l"
^^ note this only creates lsl alias in the current shell, i.e. once shell is exited (or new child shell created) alias no longer exists
alias lsl="ls -l"
^^ note this only creates lsl alias in the current shell, i.e. once shell is exited (or new child shell created) alias no longer exists