From f2f99a8bec92984acb9162587c71fa1c8fdba712 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Tue, 2 Sep 2014 13:08:08 +0200 Subject: [PATCH] Updated alias and gitignore --- bash_profile | 2 +- gitignore | 3 ++- zshrc | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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"