diff --git a/bash_profile b/bash_profile index 1562fa7..2861cef 100644 --- a/bash_profile +++ b/bash_profile @@ -9,7 +9,7 @@ alias qmake="/usr/local/Qt-5.3.0/bin/qmake" alias python="python3.3" alias pip2="pip" alias pip="pip-3.3" -alias cdtan="cd ~/Documents/Code/Github/Detanglement/src" +alias cdtan="cd ~/Documents/Code/Github/Detanglement/src/server/detanglement" alias cdpy="cd ~/Documents/Code/Github/AudioPython" alias cdl="cd ~/Documents/Github/development/VetoLC" alias cdg="cd ~/Documents/Code/Github" diff --git a/gitignore b/gitignore index 5c98620..5df85d9 100644 --- a/gitignore +++ b/gitignore @@ -2,7 +2,7 @@ Desktop.ini ._* -Thumbs.db +*.db .Spotlight-V100 .Trashes @@ -25,3 +25,4 @@ auto/ __pycache__/ *.pyc +doxyfile diff --git a/zshrc b/zshrc index a17d68e..8cafcdd 100644 --- a/zshrc +++ b/zshrc @@ -28,7 +28,7 @@ alias qmake="/usr/local/Qt-5.3.0/bin/qmake" alias python="python3.3" alias pip2="pip" alias pip="pip-3.3" -alias cdtan="cd ~/Documents/Code/Github/development/Detanglement/src" +alias cdtan="cd ~/Documents/Code/Github/development/Detanglement/src/server/detanglement" alias cdpy="cd ~/Documents/Code/Github/development/AudioPython" alias cdl="cd ~/Documents/Code/Github/development/VetoLC" alias cdg="cd ~/Documents/Code/Github"