You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it's needed to hide the return code. In this case you can use -8888 return code i.e.:
aliases['cdls'] ="cd @($arg0) && @(lambda: -8888 if len(g`./*`) > 100 else 0) && ls --group-directories-first -A --color"cdls/# return code is 0 and `ls` command was executed and return code is not showncdls/usr/sbin# return code is -8888 and `ls` command was NOT executed and return code is not shown