diff --git a/config/.bashrc b/config/.bashrc index 4aac1e7..90cb63e 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -71,10 +71,20 @@ export PS1="${_GREEN}${_BOLD}\u@\h${_RESET}:${_BLUE}${_BOLD}\W${_RESET} # " # completions=( + "alacritty" + "cargo" + "gh" "git" + "journalctl" + "loginctl" + "mpv" + "npm" "pacman" - "systemctl" + "rustup" + "sway" + "swaymsg" "yay" + "zathura" ) for file in ${completions[@]}