general: Update completion
This commit is contained in:
parent
23db006fb9
commit
27346df5e3
1 changed files with 20 additions and 5 deletions
|
@ -45,9 +45,7 @@ _neofetch_completions() {
|
||||||
"--speed_shorthand"|\
|
"--speed_shorthand"|\
|
||||||
"--cpu_brand"|\
|
"--cpu_brand"|\
|
||||||
"--cpu_speed"|\
|
"--cpu_speed"|\
|
||||||
"--distro_shorthand"|\
|
|
||||||
"--kernel_shorthand"|\
|
"--kernel_shorthand"|\
|
||||||
"--uptime_shorthand"|\
|
|
||||||
"--refresh_rate"|\
|
"--refresh_rate"|\
|
||||||
"--gpu_brand"|\
|
"--gpu_brand"|\
|
||||||
"--gtk_shorthand"|\
|
"--gtk_shorthand"|\
|
||||||
|
@ -56,7 +54,6 @@ _neofetch_completions() {
|
||||||
"--shell_path"|\
|
"--shell_path"|\
|
||||||
"--shell_version"|\
|
"--shell_version"|\
|
||||||
"--song_shorthand"|\
|
"--song_shorthand"|\
|
||||||
"--install_time"|\
|
|
||||||
"--underline"|\
|
"--underline"|\
|
||||||
"--bold"|\
|
"--bold"|\
|
||||||
"--color_blocks"|\
|
"--color_blocks"|\
|
||||||
|
@ -68,6 +65,16 @@ _neofetch_completions() {
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"--uptime_shorthand"|\
|
||||||
|
"--package_managers"|\
|
||||||
|
"--distro_shorthand")
|
||||||
|
values=(
|
||||||
|
"on"
|
||||||
|
"tiny"
|
||||||
|
"off"
|
||||||
|
)
|
||||||
|
;;
|
||||||
|
|
||||||
"--speed_type")
|
"--speed_type")
|
||||||
values=(
|
values=(
|
||||||
"current"
|
"current"
|
||||||
|
@ -144,6 +151,7 @@ _neofetch_completions() {
|
||||||
"deepin-music"
|
"deepin-music"
|
||||||
"elisa"
|
"elisa"
|
||||||
"exaile"
|
"exaile"
|
||||||
|
"gmusicbrowser"
|
||||||
"gnome-music"
|
"gnome-music"
|
||||||
"Google Play"
|
"Google Play"
|
||||||
"guayadeque"
|
"guayadeque"
|
||||||
|
@ -260,6 +268,7 @@ _neofetch_completions() {
|
||||||
"chapeau"
|
"chapeau"
|
||||||
"chrom"
|
"chrom"
|
||||||
"clover"
|
"clover"
|
||||||
|
"condres"
|
||||||
"crux"
|
"crux"
|
||||||
"crux_small"
|
"crux_small"
|
||||||
"darwin"
|
"darwin"
|
||||||
|
@ -295,13 +304,15 @@ _neofetch_completions() {
|
||||||
"kali"
|
"kali"
|
||||||
"kaos"
|
"kaos"
|
||||||
"kde"
|
"kde"
|
||||||
|
"kibojoe"
|
||||||
"kogaion"
|
"kogaion"
|
||||||
"korora"
|
"korora"
|
||||||
"kslinux"
|
"kslinux"
|
||||||
"kubuntu"
|
"kubuntu"
|
||||||
"lede"
|
"lede"
|
||||||
"linux"
|
"linux lite"
|
||||||
"linux mint"
|
"linux mint"
|
||||||
|
"linux"
|
||||||
"lmde"
|
"lmde"
|
||||||
"lubuntu"
|
"lubuntu"
|
||||||
"lunar"
|
"lunar"
|
||||||
|
@ -340,17 +351,21 @@ _neofetch_completions() {
|
||||||
"porteus"
|
"porteus"
|
||||||
"postmarketos"
|
"postmarketos"
|
||||||
"puppy"
|
"puppy"
|
||||||
|
"pureos"
|
||||||
"qubes"
|
"qubes"
|
||||||
"raspbian"
|
"raspbian"
|
||||||
"red star"
|
"red star"
|
||||||
"redcore"
|
"redcore"
|
||||||
|
"redcore"
|
||||||
"redhat"
|
"redhat"
|
||||||
|
"regata"
|
||||||
"rosa"
|
"rosa"
|
||||||
"sabayon"
|
"sabayon"
|
||||||
"sabotage"
|
"sabotage"
|
||||||
"sailfishos"
|
"sailfishos"
|
||||||
"salentos"
|
"salentos"
|
||||||
"scientific"
|
"scientific"
|
||||||
|
"sharklinux"
|
||||||
"siduction"
|
"siduction"
|
||||||
"slackware"
|
"slackware"
|
||||||
"slitaz"
|
"slitaz"
|
||||||
|
@ -366,8 +381,8 @@ _neofetch_completions() {
|
||||||
"ubuntu_old"
|
"ubuntu_old"
|
||||||
"void"
|
"void"
|
||||||
"void_small"
|
"void_small"
|
||||||
"windows"
|
|
||||||
"windows 10"
|
"windows 10"
|
||||||
|
"windows"
|
||||||
"xferience"
|
"xferience"
|
||||||
"xubuntu"
|
"xubuntu"
|
||||||
"zorin"
|
"zorin"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue