From 8c24dc49cf1e24ac851621e6f1cee06c7cb221a2 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Mon, 13 May 2024 19:17:58 +0200 Subject: [PATCH] Add Submodule --- .bashrc | 5 +++-- .gitignore | 3 +++ .gitmodules | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index 698d913..260e22e 100644 --- a/.bashrc +++ b/.bashrc @@ -3,5 +3,6 @@ case $- in *) return;; esac -# Path to the oh-my-bash installation. -export OSH='/home/snoweuph/.config/.oh-my-bash' +# Oh My bash Config +export OSH="$HOME/.config/oh-my-bash" +export OSH_CUSTOM="$HOME/.config/oh-my-bash-custom" diff --git a/.gitignore b/.gitignore index f7574e4..9e05b1f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ # Include bash config !.bashrc +!.config/oh-my-bash/**/* +!.config/oh-my-bash-custom/**/* + diff --git a/.gitmodules b/.gitmodules index e79e8f9..0586fd2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "Oh My Bash"] - path = .config/.oh-my-bash + path = .config/oh-my-bash url = https://github.com/ohmybash/oh-my-bash.git