skylab
/
skylab-ansible
Archived
2
0
Fork 0

Change projects dir to home dir

This commit is contained in:
Ethan Paul 2022-05-24 23:11:37 -04:00
parent d5f92811bd
commit ce72850721
Signed by: enpaul
GPG Key ID: 9B6D99E4CFA31867
1 changed files with 1 additions and 1 deletions

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";