Updated alias and gitignore

This commit is contained in:
Veit Heller
2014-09-02 13:08:08 +02:00
parent 49c41869c4
commit f2f99a8bec
3 changed files with 4 additions and 3 deletions

View File

@@ -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"

View File

@@ -2,7 +2,7 @@
Desktop.ini
._*
Thumbs.db
*.db
.Spotlight-V100
.Trashes
@@ -25,3 +25,4 @@ auto/
__pycache__/
*.pyc
doxyfile

2
zshrc
View File

@@ -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"