6 lines
66 B
Fish
6 lines
66 B
Fish
function listpaths
|
|
for p in $PATH
|
|
echo $p
|
|
end
|
|
end
|