From 64ade7c45e77cabfe3c896c797a26d11ff92a6de Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sun, 6 Mar 2022 17:59:27 -0500 Subject: [PATCH] osh: disable bash_completion. it was causing more issues than it solved --- .config/oil/oshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/oil/oshrc b/.config/oil/oshrc index e3a4d52..c720638 100644 --- a/.config/oil/oshrc +++ b/.config/oil/oshrc @@ -86,4 +86,4 @@ alias cd='z' var PS1 = r'\n$(printf "%*s\r%s " "$(($(tput cols)+11 ))" "$(echoDate)" "| \[\033[0;31m\]\w\[\033[00m\] | \[\033[0;34m\]\u\[\033[00m\] $(_git_ps1) ") \n\\\_\$ ' eval "$(zoxide init posix --hook prompt)" -source /home/ruthenic/bash-completion/bash_completion +#source /home/ruthenic/bash-completion/bash_completion