mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 05:37:36 +08:00
7659554dea
This removes the use of caret redirections from share/completions and share/functions, in preparation for dropping support in fish.
5 lines
138 B
Fish
5 lines
138 B
Fish
function __fish_print_lpr_options --description 'Print lpr options'
|
|
lpoptions -l 2>/dev/null | sed 's+\(.*\)/\(.*\):.*$+\1\t\2+'
|
|
|
|
end
|