diff --git a/bash/bashrc.d/.gitignore b/bash/bashrc.d/.gitignore new file mode 100644 index 00000000..cdd7c19c --- /dev/null +++ b/bash/bashrc.d/.gitignore @@ -0,0 +1 @@ +config.sh diff --git a/bash/bashrc.d/config.sh b/bash/bashrc.d/config.sh deleted file mode 100644 index c9b196bd..00000000 --- a/bash/bashrc.d/config.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -CONFIG_FLOW_CONTROL=0 -CONFIG_AUTOSAVE_HISTORY=1 -CONFIG_CUSTOM_PROMPT=1 -CONFIG_EDITOR=nano -CONFIG_REPLACE_PKGMGR_ORIGINAL=pacman -CONFIG_REPLACE_PKGMGR_REPLACEMENT=paru