mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-16 11:57:23 +00:00
Add env and rbenv to config.fish; modify vimrc for js and ts
This commit is contained in:
parent
b6f39e91af
commit
005b211464
2 changed files with 13 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue