aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions/ls-links.fish
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--fish/functions/ls-links.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/functions/ls-links.fish b/fish/functions/ls-links.fish
new file mode 100644
index 0000000..6c88ca0
--- /dev/null
+++ b/fish/functions/ls-links.fish
@@ -0,0 +1,3 @@
+function ls-links
+ find ~ -type l ! -path "*virtualenvs*" | cut -f4- -d/
+end