Open llrs opened 8 months ago
Bash profile from https://github.com/llrs/customizations with the addition of:
projects() { cd ~/Documents/projects/$1 }
In profile add something along the lines:
# Add manual configuration if [ -f ~/.config/config_sh.sh ]; then . ~/.config/config_sh.sh fi
Automate this here or somewhere...
Bash profile from https://github.com/llrs/customizations with the addition of:
In profile add something along the lines:
Automate this here or somewhere...