remove repetitive words (#10348)

Signed-off-by: hishope <csqiye@126.com>
This commit is contained in:
John
2024-03-08 08:35:41 +08:00
committed by GitHub
parent 80133c4bc6
commit b75e5ee823
6 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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'

View File

@@ -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)