Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 993e375a76 | |||
| d68beb82d9 | |||
| 58080d0aa2 | |||
| 471d2e2b71 | |||
| 48d7990c10 |
@@ -8,7 +8,7 @@ case $- in
|
||||
esac
|
||||
|
||||
# Path to your oh-my-bash installation.
|
||||
export OSH='$HOME/.oh-my-bash'
|
||||
export OSH='/home/jsarthak/.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.
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
.*
|
||||
@@ -3,15 +3,7 @@ local options = {
|
||||
base46 = {
|
||||
theme = "tokyodark", -- default theme
|
||||
hl_add = {},
|
||||
hl_override = {
|
||||
TbBufOn = {
|
||||
bold = true,
|
||||
fg = "green",
|
||||
},
|
||||
St_FileName = {
|
||||
bold = true,
|
||||
},
|
||||
},
|
||||
hl_override = {},
|
||||
integrations = {},
|
||||
changed_themes = {},
|
||||
transparency = true,
|
||||
|
||||
Reference in New Issue
Block a user