We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ca3d5 commit 4795703Copy full SHA for 4795703
Makefile.fish
@@ -19,4 +19,5 @@ fisher-install:
19
.PHONY: omf-install
20
omf-install:
21
curl -L https://get.oh-my.fish | fish
22
- fish -c 'omf install fish_logo'
+ fish -c 'omf install bobthefish'
23
+ fish -c 'omf install nvm'
fish/conf.d/mql.fish
@@ -4,6 +4,9 @@ for fun in $HOME/.config/fish/functions/mql-*.fish
4
source $fun
5
end
6
7
-function fish_greeting
8
- fish_logo
9
-end
+# Theme bobthefish
+set -g theme_display_k8s_context yes
+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