From ce728507214fd4d85568a6a51fcba28553f6028c Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Tue, 24 May 2022 23:11:37 -0400 Subject: [PATCH] Change projects dir to home dir --- skylab/core/roles/workstation/files/bashrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skylab/core/roles/workstation/files/bashrc.sh b/skylab/core/roles/workstation/files/bashrc.sh index 7b3be0a..d5c50aa 100644 --- a/skylab/core/roles/workstation/files/bashrc.sh +++ b/skylab/core/roles/workstation/files/bashrc.sh @@ -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";