mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
nushell changed flag for ls full to long
This commit is contained in:
parent
3531772bba
commit
cec0f4789c
@ -1,3 +1,3 @@
|
||||
#!/usr/local/bin/nu
|
||||
|
||||
ls -af | where type == Symlink | select name target
|
||||
ls -al | where type == Symlink | select name target
|
||||
|
Loading…
Reference in New Issue
Block a user