From bfd34d89d8ae98434311ff2d2018aeb18f5acea2 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Wed, 2 Oct 2024 13:54:22 +0200 Subject: [PATCH] Added function for listing paths --- fish/dot-config/fish/config.fish | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fish/dot-config/fish/config.fish b/fish/dot-config/fish/config.fish index 79a1e7b..ea06d13 100755 --- a/fish/dot-config/fish/config.fish +++ b/fish/dot-config/fish/config.fish @@ -133,6 +133,12 @@ function yy rm -f -- "$tmp" end +function paths + for p in $PATH + echo -e "$p" + end +end + ## Useful aliases # Replace ls with eza