mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-18 22:57:44 -05:00
9 lines
301 B
Bash
Executable File
9 lines
301 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Echo all commands
|
|
set -x
|
|
|
|
shtab --shell=bash -u hyfetch.main.create_parser > hyfetch/scripts/autocomplete.bash
|
|
shtab --shell=zsh -u hyfetch.main.create_parser > hyfetch/scripts/autocomplete.zsh
|
|
shtab --shell=tcsh -u hyfetch.main.create_parser > hyfetch/scripts/autocomplete.csh
|