fish-shell/share/functions/__fish_print_lpr_options.fish
Peter Ammon 7659554dea Remove use of caret redirection from share/*
This removes the use of caret redirections from share/completions
and share/functions, in preparation for dropping support in fish.
2018-04-01 13:42:38 -07:00

4 lines
138 B
Fish

function __fish_print_lpr_options --description 'Print lpr options'
lpoptions -l 2>/dev/null | sed 's+\(.*\)/\(.*\):.*$+\1\t\2+'
end