Update bash completions
This commit is contained in:
@@ -71,10 +71,20 @@ export PS1="${_GREEN}${_BOLD}\u@\h${_RESET}:${_BLUE}${_BOLD}\W${_RESET} # "
|
|||||||
#
|
#
|
||||||
|
|
||||||
completions=(
|
completions=(
|
||||||
|
"alacritty"
|
||||||
|
"cargo"
|
||||||
|
"gh"
|
||||||
"git"
|
"git"
|
||||||
|
"journalctl"
|
||||||
|
"loginctl"
|
||||||
|
"mpv"
|
||||||
|
"npm"
|
||||||
"pacman"
|
"pacman"
|
||||||
"systemctl"
|
"rustup"
|
||||||
|
"sway"
|
||||||
|
"swaymsg"
|
||||||
"yay"
|
"yay"
|
||||||
|
"zathura"
|
||||||
)
|
)
|
||||||
|
|
||||||
for file in ${completions[@]}
|
for file in ${completions[@]}
|
||||||
|
|||||||
Reference in New Issue
Block a user