Remove bash completions, already in bash-completions package

This commit is contained in:
Isaac Shoebottom 2025-01-22 01:50:02 -04:00
parent 7ae36c552a
commit c4d8d8625c

View File

@ -1,13 +1,6 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# Set up terminal variables and scripts
eval "$(zoxide init bash)"
eval "$(packwiz completion bash)"
eval "$(chezmoi completion bash)"
eval "$(gh completion --shell bash)"
eval "$(rbw gen-completions bash)"
# Set aliases
alias ls="exa --icons --long"
alias grep="ugrep"