i want to set custom aliases mainly used in shell to make things easier.
sample script S:Aliases
alias cd.. "cd /"
alias ls "ls -l"
etc.
problem now is it doesn't set the aliases, neither running the script from user-startup/startup-sequence, nor out of SYS:WBStartup (OS3.1).
what now?