Compare commits
3 Commits
d68beb82d9
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ea0114631 | |||
| 6e2eba211f | |||
| 993e375a76 |
@@ -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.
|
||||
@@ -172,6 +172,6 @@ fi
|
||||
# interactive shell.
|
||||
|
||||
# Example command:
|
||||
source ~/dotfiles/shell/common
|
||||
source ~/dotfiles/shell/personal #added by 6500gitsetup
|
||||
source ~/dotfiles/shell/aliases
|
||||
source ~/.config/shell/common
|
||||
source ~/.config/shell/personal #added by 6500gitsetup
|
||||
source ~/.config/shell/aliases
|
||||
|
||||
@@ -3,7 +3,15 @@ local options = {
|
||||
base46 = {
|
||||
theme = "tokyodark", -- default theme
|
||||
hl_add = {},
|
||||
hl_override = {},
|
||||
hl_override = {
|
||||
TbBufOn = {
|
||||
bold = true,
|
||||
fg = "green",
|
||||
},
|
||||
St_FileName = {
|
||||
bold = true,
|
||||
},
|
||||
},
|
||||
integrations = {},
|
||||
changed_themes = {},
|
||||
transparency = true,
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
.*
|
||||
@@ -111,9 +111,10 @@ source <(fzf --zsh)
|
||||
export PATH="/Users/jsarthak/.antigravity/antigravity/bin:$PATH"
|
||||
export PATH="/Users/jsarthak/flutter-sdk/flutter/bin:$PATH"
|
||||
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
|
||||
source $HOME/dotfiles/shell/common
|
||||
source $HOME/dotfiles/shell/personal
|
||||
source $HOME/dotfiles/shell/aliases
|
||||
source ~/.config/shell/common
|
||||
source ~/.config/shell/personal
|
||||
source ~/.config/shell/aliases
|
||||
|
||||
MANPAGER="col -b | cat"
|
||||
MANROFFOPT="-P-c"
|
||||
eval "$(zoxide init zsh)"
|
||||
|
||||
Reference in New Issue
Block a user