mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
remove repetitive words (#10348)
Signed-off-by: hishope <csqiye@126.com>
This commit is contained in:
@@ -26,7 +26,7 @@ end
|
||||
complete -c cargo -n '__fish_seen_subcommand_from run test build debug check' -l package \
|
||||
-xa "(__fish_cargo_packages)"
|
||||
|
||||
# Look up crates.io crates matching the the single argument provided to this function
|
||||
# Look up crates.io crates matching the single argument provided to this function
|
||||
function __fish_cargo_search
|
||||
if test (string length -- "$argv[1]") -le 2
|
||||
# Don't waste time searching for strings with too many results to realistically
|
||||
|
||||
@@ -62,7 +62,7 @@ complete -c opkg -s A -d 'Query all packages not just those installed'
|
||||
complete -c opkg -s V -l verbosity -d 'Set verbosity level to <level>'
|
||||
complete -c opkg -s f -l conf -d 'Use <conf_file> as the opkg configuration file'
|
||||
complete -c opkg -l cache -d 'Use a package cache'
|
||||
complete -c opkg -s d -l dest -d 'Use <dest_name> as the the root directory'
|
||||
complete -c opkg -s d -l dest -d 'Use <dest_name> as the root directory'
|
||||
complete -c opkg -s o -l offline-root -d 'Use <dir> as the root directory for offline'
|
||||
complete -c opkg -l add-arch -d 'Register architecture with given priority'
|
||||
complete -c opkg -l add-dest -d 'Register destination with given path'
|
||||
|
||||
@@ -184,7 +184,7 @@ function fish_config --description "Launch fish's web based configuration"
|
||||
echo -ns (set_color $fish_color_command || set_color $fish_color_normal) Th
|
||||
set_color normal
|
||||
set_color $fish_color_autosuggestion || set_color $fish_color_normal
|
||||
echo is is an autosuggestion
|
||||
echo is an autosuggestion
|
||||
echo
|
||||
case show
|
||||
set -l fish (status fish-path)
|
||||
|
||||
Reference in New Issue
Block a user