From 53e1bd2f1006e88018cb2a93aee769f9d816224f Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 22 Jan 2025 10:16:40 -0400 Subject: [PATCH] Oops --- dot_bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_bashrc b/dot_bashrc index fed86f9..643cc5d 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -1,6 +1,10 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return +# Required init for cli programs +# Do not install completions unless no working, check /usr/share/bash-completion +eval "$(zoxide init bash)" + # Set aliases alias ls="exa --icons --long" alias grep="ugrep"