6 lines
71 B
Fish
6 lines
71 B
Fish
function fish_listpaths
|
|
for p in $PATH
|
|
echo $p
|
|
end
|
|
end
|