Add $EDITOR to fish config
This commit is contained in:
parent
4c28ec2df6
commit
6a59ad80c6
|
@ -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
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"installed_packages":
|
||||
[
|
||||
"Better CoffeeScript",
|
||||
"Sass"
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user