From 6e2eba211f42d0a7bd4e306613c829fa239958d2 Mon Sep 17 00:00:00 2001 From: Sarthak Jain Date: Mon, 16 Mar 2026 20:57:29 +0530 Subject: [PATCH] fix oh my bash path --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index 2834d2b..220766a 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -8,7 +8,7 @@ case $- in esac # Path to your oh-my-bash installation. -export OSH='/home/jsarthak/.oh-my-bash' +export OSH='$HOME/.oh-my-bash' # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-bash is loaded.