diff --git a/dot_bashrc b/dot_bashrc index 286a5dd..fed86f9 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -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"