Remove almost all completions, leave only for git and gh

This commit is contained in:
2021-11-08 18:22:08 +03:00
parent 1929f26c42
commit 82f95ae710

View File

@@ -71,20 +71,8 @@ export PS1="${_GREEN}${_BOLD}\u@\h${_RESET}:${_BLUE}${_BOLD}\W${_RESET} # "
#
completions=(
"alacritty"
"cargo"
"gh"
"git"
"journalctl"
"loginctl"
"mpv"
"npm"
"pacman"
"rustup"
"sway"
"swaymsg"
"yay"
"zathura"
)
for file in ${completions[@]}