Accept a name for dl and include starter script file
[khome.git] / login_variables.sh
... / ...
CommitLineData
1export PATH=$HOME/bin:/snap/bin:/sbin:/usr/sbin:$PATH
2export EDITOR=vim
3export VISUAL=$EDITOR
4export DIR_GITHUB="${HOME}/Archives/Software/src/repos/remote/github.com"
5export DIR_NOTES="$HOME/Documents/Notes"
6
7# .Net Core
8export DOTNET_ROOT=$HOME/.dotnet
9export PATH=$PATH:$HOME/.dotnet
This page took 0.024845 seconds and 5 git commands to generate.