From 707d6cffe887db4d1ecc7d12d86577fe138f727b 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.