Changed fish OMF theme for bobthefish
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
8078b529a6
commit
fbb522ce5e
@ -5,3 +5,5 @@ set -q XDG_DATA_HOME
|
|||||||
|
|
||||||
# Load Oh My Fish configuration.
|
# Load Oh My Fish configuration.
|
||||||
source $OMF_PATH/init.fish
|
source $OMF_PATH/init.fish
|
||||||
|
set -g theme_display_git_default_branch yes
|
||||||
|
set -g theme_use_abbreviated_branch_name no
|
||||||
|
@ -21,6 +21,7 @@ Plug 'norcalli/nvim-colorizer.lua'
|
|||||||
Plug 'vim-airline/vim-airline'
|
Plug 'vim-airline/vim-airline'
|
||||||
Plug 'nvim-lua/plenary.nvim'
|
Plug 'nvim-lua/plenary.nvim'
|
||||||
Plug 'lewis6991/gitsigns.nvim'
|
Plug 'lewis6991/gitsigns.nvim'
|
||||||
|
Plug 'vim-scripts/DoxygenToolkit.vim'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
theme agnoster
|
theme agnoster
|
||||||
|
theme bobthefish
|
||||||
theme default
|
theme default
|
||||||
|
@ -1 +1 @@
|
|||||||
agnoster
|
bobthefish
|
||||||
|
Loading…
Reference in New Issue
Block a user