diff --git a/fish/config.fish b/fish/config.fish index ee87f73..85313d6 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -61,5 +61,6 @@ end # disable login greeting set fish_greeting '' -set -g fish_user_paths "/usr/local/opt/mysql@5.5/bin" $fish_user_paths + set -g fish_user_paths "/usr/local/opt/node@10/bin" $fish_user_paths +set -g fish_user_paths "/usr/local/sbin" $fish_user_paths diff --git a/gvimrc b/gvimrc index 4c2c06e..8df3c14 100644 --- a/gvimrc +++ b/gvimrc @@ -1,7 +1,7 @@ " Copy to ~/.gvimrc or ~/_gvimrc. -set guifont=Source\ Code\ Pro\ for\ Powerline:h14 "make sure to escape the spaces in the name properly -" set guifont=Source\ Code\ Pro:h16 +" set guifont=Source\ Code\ Pro\ for\ Powerline:h14 "make sure to escape the spaces in the name properly +set guifont=SauceCodePro\ Nerd\ Font\ Mono:h14 "make sure to escape the spaces in the name properly set antialias " MacVim: smooth fonts. set encoding=utf-8 " Use UTF-8 everywhere. set guioptions-=T " Hide toolbar. diff --git a/vsc_settings.json b/vsc_settings.json index de5072c..af418fc 100644 --- a/vsc_settings.json +++ b/vsc_settings.json @@ -6,7 +6,6 @@ "editor.fontFamily": "Source Code Pro for Powerline", "ruby.useBundler": true, "ruby.format": "rubocop", - "workbench.iconTheme": null, "editor.autoClosingBrackets": "always", "editor.autoClosingQuotes": "always", "editor.tabSize": 2,