Added function for listing paths
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user