=fixing some linux native related issues

This commit is contained in:
Gal Szkolnik 2021-09-30 16:27:44 -04:00
parent 5e76d5a0ba
commit f5e1f3e9af
5 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
_ls -la $args
_ls -la --color=auto $args

View file

@ -1 +1 @@
env ls $args
env ls --color=auto $args