6 Commits

Author SHA1 Message Date
jsarthak 2bc9a2c5e0 Zshrc changes 2026-03-15 13:11:27 +05:30
jsarthak 1629936919 Add ohmybash changes in bashrc 2026-03-15 13:11:27 +05:30
jsarthak 174e58abd7 fix stow 2026-03-15 13:11:27 +05:30
jsarthak 87293c7368 add work config bashrc 2026-03-15 12:58:09 +05:30
jsarthak 93727ca596 Remove work config file 2026-03-15 12:57:01 +05:30
jsarthak 578ee5c3b1 Ignore fonts in mac stow 2026-03-15 12:57:01 +05:30
3 changed files with 6 additions and 5 deletions
+4 -4
View File
@@ -20,17 +20,17 @@ OSH_THEME="font"
# OMB_THEME_RANDOM_CANDIDATES=("font" "powerline-light" "minimal") # OMB_THEME_RANDOM_CANDIDATES=("font" "powerline-light" "minimal")
# Uncomment the following line to use case-sensitive completion. # 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 # Uncomment the following line to use hyphen-insensitive completion. Case
# sensitive completion must be off. _ and - will be interchangeable. # 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. # Uncomment the following line to disable bi-weekly auto-update checks.
# DISABLE_AUTO_UPDATE="true" # DISABLE_AUTO_UPDATE="true"
# Uncomment the following line to change how often to auto-update (in days). # 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. # Uncomment the following line to disable colors in ls.
# DISABLE_LS_COLORS="true" # DISABLE_LS_COLORS="true"
@@ -42,7 +42,7 @@ OSH_THEME="font"
# ENABLE_CORRECTION="true" # ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion. # 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 # Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories # under VCS as dirty. This makes repository status check for large repositories
+1 -1
View File
@@ -29,7 +29,7 @@ zstyle ':omz:update' mode disabled # disable automatic updates
# zstyle ':omz:update' mode reminder # just remind me to update when it's time # zstyle ':omz:update' mode reminder # just remind me to update when it's time
# Uncomment the following line to change how often to auto-update (in days). # Uncomment the following line to change how often to auto-update (in days).
# zstyle ':omz:update' frequency 13 zstyle ':omz:update' frequency 13
# Uncomment the following line if pasting URLs and other text is messed up. # Uncomment the following line if pasting URLs and other text is messed up.
# DISABLE_MAGIC_FUNCTIONS="true" # DISABLE_MAGIC_FUNCTIONS="true"
Executable → Regular
+1
View File
@@ -50,3 +50,4 @@ bash -c 'source /opt/tools/swtools/git-completion/git-completion.bash && env' |
done done
fi fi