From 3c50b62d2624044bf99e1eb4d09625284e8ba42f Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 3 Jun 2024 01:16:45 +0200 Subject: [PATCH] Ignore config.sh --- bash/bashrc.d/.gitignore | 1 + bash/bashrc.d/config.sh | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) create mode 100644 bash/bashrc.d/.gitignore delete mode 100644 bash/bashrc.d/config.sh 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