Change projects dir to home dir
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user