Change projects dir to home dir
This commit is contained in:
parent
d5f92811bd
commit
ce72850721
@ -6,7 +6,7 @@ if [ -f `which powerline-daemon` ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
export NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
export PROJECTS_DIR="$HOME/Documents/projects"
|
export PROJECTS_DIR="$HOME/projects"
|
||||||
|
|
||||||
function gg() {
|
function gg() {
|
||||||
cd "$PROJECTS_DIR/$1";
|
cd "$PROJECTS_DIR/$1";
|
||||||
|
Reference in New Issue
Block a user