From 380f94484de91b413d76d03531e2dd0053a73930 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom <ir.shoebottom@gmail.com> Date: Wed, 22 Jan 2025 01:43:12 -0400 Subject: [PATCH] Fix --- dot_bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bashrc b/dot_bashrc index edbd908..286a5dd 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -6,7 +6,7 @@ eval "$(zoxide init bash)" eval "$(packwiz completion bash)" eval "$(chezmoi completion bash)" eval "$(gh completion --shell bash)" -eval "$(rbw gen-completion bash)" +eval "$(rbw gen-completions bash)" # Set aliases alias ls="exa --icons --long"