Change projects dir to home dir

This commit is contained in:
2022-05-24 23:11:37 -04:00
parent d5f92811bd
commit ce72850721

View File

@@ -6,7 +6,7 @@ if [ -f `which powerline-daemon` ]; then
fi
export NVM_DIR="$HOME/.nvm"
export PROJECTS_DIR="$HOME/Documents/projects"
export PROJECTS_DIR="$HOME/projects"
function gg() {
cd "$PROJECTS_DIR/$1";