nushell changed flag for ls full to long

This commit is contained in:
Noah Masur 2020-11-14 21:00:24 -05:00
parent 3531772bba
commit cec0f4789c

View File

@ -1,3 +1,3 @@
#!/usr/local/bin/nu
ls -af | where type == Symlink | select name target
ls -al | where type == Symlink | select name target