Commit | Line | Data |
---|---|---|
1 | export PATH=$HOME/bin:/snap/bin:/sbin:/usr/sbin:$PATH | |
2 | export EDITOR=vim | |
3 | export VISUAL=$EDITOR | |
4 | export DIR_GITHUB="${HOME}/Archives/Software/src/repos/remote/github.com" | |
5 | export DIR_NOTES="$HOME/Documents/Notes" | |
6 | ||
7 | # .Net Core | |
8 | export DOTNET_ROOT=$HOME/.dotnet | |
9 | export PATH=$PATH:$HOME/.dotnet |