mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-16 11:57:23 +00:00
Add fsharp vim plugin; opt-out of dotnet telemetry
This commit is contained in:
parent
e7657ce150
commit
d21b209670
3 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ set -gx EDITOR vim
|
|||
set -gx GOPATH $HOME/Documents/go
|
||||
set -gx GOBIN $GOPATH/bin
|
||||
set -gx DOTNET_ENVIRONMENT Development
|
||||
set -gx DOTNET_CLI_TELEMETRY_OPTOUT true
|
||||
set -gx PATH $PATH $GOBIN \
|
||||
$HOME/.pub-cache/bin \
|
||||
$HOME/Documents/scripts \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue