From 48569c778174426e55dad03c3ee9182159a4ae6b Mon Sep 17 00:00:00 2001 From: blallo Date: Tue, 6 Feb 2024 18:05:10 +0100 Subject: [PATCH] Bash compat --- .zshrc.graphic | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc.graphic b/.zshrc.graphic index fe05317..c56b893 100644 --- a/.zshrc.graphic +++ b/.zshrc.graphic @@ -29,6 +29,10 @@ antidote load #. ~/.zsh_plugins.zsh +# bash compat +autoload -U +X bashcompinit +bashcompinit + ### fasd if which fasd > /dev/null; then