Add env and rbenv to config.fish; modify vimrc for js and ts

This commit is contained in:
mitchell 2019-12-30 10:06:57 -05:00
parent b6f39e91af
commit 005b211464
2 changed files with 13 additions and 3 deletions

View file

@ -1,5 +1,7 @@
set -gx EDITOR vim
set -gx GOPATH $HOME/Documents/go
set -gx GOBIN $GOPATH/bin
set -gx DOTNET_ENVIRONMENT Development
set -gx PATH $PATH $GOBIN \
$HOME/.pub-cache/bin \
$HOME/Documents/scripts \
@ -10,5 +12,7 @@ set -g fish_escape_delay_ms 10
kitty + complete setup fish | source
status --is-interactive; and source (rbenv init -|psub)
# The next line updates PATH for the Google Cloud SDK.
# if test -f '/Users/m/Documents/google-cloud-sdk/path.fish.inc'; source '/Users/m/Documents/google-cloud-sdk/path.fish.inc'; end