Skip to content

Commit 4795703

Browse files
author
MqllR
committed
fish theme bobthefish
1 parent 52ca3d5 commit 4795703

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Makefile.fish

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ fisher-install:
1919
.PHONY: omf-install
2020
omf-install:
2121
curl -L https://get.oh-my.fish | fish
22-
fish -c 'omf install fish_logo'
22+
fish -c 'omf install bobthefish'
23+
fish -c 'omf install nvm'

fish/conf.d/mql.fish

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ for fun in $HOME/.config/fish/functions/mql-*.fish
44
source $fun
55
end
66

7-
function fish_greeting
8-
fish_logo
9-
end
7+
# Theme bobthefish
8+
set -g theme_display_k8s_context yes
9+
set -g theme_display_virtualenv no
10+
set -g theme_display_ruby no
11+
set -g theme_display_nvm no
12+
set -g theme_color_scheme solarized

0 commit comments

Comments
 (0)