.files/dotfiles/profile_win
2019-12-27 17:09:46 +01:00

14 lines
265 B
Plaintext

#
# This file is managed by dotdrop, only edit it in your dotdrop files!
#
# Use vim as editor on X
VISUAL='vim'
export VISUAL
# Use vim as standard editor
EDITOR='vim'
export EDITOR
# Set DOTNET_ROOT enviroment variable
DOTNET_ROOT=/opt/dotnet
export DOTNET_ROOT