Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates
cnf
command_not_found.zsh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File command_not_found.zsh of Package cnf
# Adapted from https://raw.githubusercontent.com/openSUSE/scout/master/handlers/bin/command_not_found_zsh # under MIT license # # define this function with two names # - one to be generic command_not_found_handler() and to be hooked # - one to be available when command_not_found_handler() is redefined function command_not_found_handler cnf_handler { if [ -x /usr/bin/cnf ]; then # take first parameter and remove quotes if there were any so # $ 'foo' # will search for foo /usr/bin/cnf "${(Q)1}" fi }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor