llrs / rutils

Personal package for helping with my day to day work
https://llrs.github.io/rutils/
GNU General Public License v3.0
4 stars 0 forks source link

Customize user profile #3

Open llrs opened 8 months ago

llrs commented 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...