Add local fish config.

- Also update spacemacs for ruby.
This commit is contained in:
2015-08-26 15:47:12 -07:00
parent aeb83497c9
commit 030a1c5d9f
3 changed files with 11 additions and 2 deletions

View File

@@ -8,6 +8,11 @@ set -g -x EDITOR "emacsclient"
# Add ~/bin to PATH
set -g -x PATH ~/bin $PATH
# Machine-local config
if test -e ~/.config/fish/local.fish
source ~/.config/fish/local.fish
end
# =========
# Functions
# =========