.files/dotfiles/profile_win

14 lines
229 B
Plaintext
Raw Normal View History

#
2020-08-12 11:41:29 +00:00
# {{@@ env['dotdrop_warning'] @@}}
#
# 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
2019-12-27 16:09:46 +00:00
export DOTNET_ROOT