mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
nushell changed flag for ls full to long
This commit is contained in:
@ -1,3 +1,3 @@
|
|||||||
#!/usr/local/bin/nu
|
#!/usr/local/bin/nu
|
||||||
|
|
||||||
ls -af | where type == Symlink | select name target
|
ls -al | where type == Symlink | select name target
|
||||||
|
Reference in New Issue
Block a user