From c4d8d8625c217a96539eaaf827348de12ef4cb9f Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 22 Jan 2025 01:50:02 -0400 Subject: [PATCH] Remove bash completions, already in bash-completions package --- dot_bashrc | 7 ------- 1 file changed, 7 deletions(-) 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"