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