Cleaned base and added fish config
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
local status, lualine = pcall(require, "lualine")
|
||||
if not status then
|
||||
return
|
||||
end
|
||||
|
||||
lualine.setup({
|
||||
options = {
|
||||
theme = 'solarized_dark'
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user