diff --git a/bin/symlinks b/bin/symlinks index a61ccb6..71cd0c2 100755 --- a/bin/symlinks +++ b/bin/symlinks @@ -1,3 +1,3 @@ #!/usr/local/bin/nu -ls -af | where type == Symlink | select name target +ls -al | where type == Symlink | select name target