Added function for listing paths

This commit is contained in:
Fabio Scotto di Santolo
2024-10-02 13:54:22 +02:00
parent 64936225ba
commit bfd34d89d8

View File

@@ -133,6 +133,12 @@ function yy
rm -f -- "$tmp" rm -f -- "$tmp"
end end
function paths
for p in $PATH
echo -e "$p"
end
end
## Useful aliases ## Useful aliases
# Replace ls with eza # Replace ls with eza