From 81540facfe6cae03596349f8f23d087cb97a7674 Mon Sep 17 00:00:00 2001 From: Sarthak Jain Date: Sun, 15 Mar 2026 13:08:25 +0530 Subject: [PATCH] Add ohmybash changes in bashrc --- .bashrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.bashrc b/.bashrc index eec83ce..28b40b7 100644 --- a/.bashrc +++ b/.bashrc @@ -20,17 +20,17 @@ OSH_THEME="font" # OMB_THEME_RANDOM_CANDIDATES=("font" "powerline-light" "minimal") # Uncomment the following line to use case-sensitive completion. -# OMB_CASE_SENSITIVE="true" +OMB_CASE_SENSITIVE="true" # Uncomment the following line to use hyphen-insensitive completion. Case # sensitive completion must be off. _ and - will be interchangeable. -# OMB_HYPHEN_SENSITIVE="false" +OMB_HYPHEN_SENSITIVE="false" # Uncomment the following line to disable bi-weekly auto-update checks. # DISABLE_AUTO_UPDATE="true" # Uncomment the following line to change how often to auto-update (in days). -# export UPDATE_OSH_DAYS=13 +export UPDATE_OSH_DAYS=13 # Uncomment the following line to disable colors in ls. # DISABLE_LS_COLORS="true" @@ -42,7 +42,7 @@ OSH_THEME="font" # ENABLE_CORRECTION="true" # Uncomment the following line to display red dots whilst waiting for completion. -# COMPLETION_WAITING_DOTS="true" +COMPLETION_WAITING_DOTS="true" # Uncomment the following line if you want to disable marking untracked files # under VCS as dirty. This makes repository status check for large repositories