fish-shell/share/functions/__fish_ports_dirs.fish
Giorgio Lando fa9d00a81a Completions for ports, a tool for port management in CRUX linux
darcs-hash:20070804110916-cbd54-5a9d129b9cfc7bf1b8f09248631ddbfbfc0dda22.gz
2007-08-04 21:09:16 +10:00

5 lines
149 B
Fish

# a function to print a list of ports local collections
function __fish_ports_dirs -d 'Obtain a list of ports local collections'
ls /usr/ports
end