We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Nsh already checks if aliases exist and highlights them with a green color accordingly. The same thing doesn't work for functions though.
alias l="ls -la"
works, while
l () { ls -la }
doesn't.