1
0

Add $EDITOR to fish config

This commit is contained in:
Noah 2014-04-11 15:22:21 -07:00
parent 4c28ec2df6
commit 6a59ad80c6
3 changed files with 2 additions and 19 deletions

View File

@ -12,6 +12,8 @@ end
# Normalize the $PATH.
set -gx PATH /usr/sbin /sbin /usr/bin /bin /usr/local/sbin /usr/local/bin $HOME/bin $HOME/go/bin
set -gx EDITOR /usr/bin/vim
# Source local system-specific config.
if test -e ~/.local.fish
. ~/.local.fish

View File

@ -1,7 +0,0 @@
{
"installed_packages":
[
"Better CoffeeScript",
"Sass"
]
}

View File

@ -1,12 +0,0 @@
{
"draw_white_space": "all",
"font_face": "Ubuntu Mono",
"font_size": 12,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"translate_tabs_to_spaces": true
}