1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Quickly go to dcp source

This commit is contained in:
Michiel Scholten
2014-12-09 13:20:01 +01:00
parent b52763c98a
commit 84b8c4deb0

View File

@@ -115,6 +115,7 @@ alias tmux_reload="tmux source-file ~/.tmux.conf"
# project-oriented aliases # project-oriented aliases
alias dcpvag='workon dcp; cd ~/workspace/sanoma/content-library/; vagrant ssh' alias dcpvag='workon dcp; cd ~/workspace/sanoma/content-library/; vagrant ssh'
alias dcpsrc='cd development/current/content-library/src/content_library/; . ~/development/env/bin/activate'
function fuck() { function fuck() {
if killall -9 "$2"; then if killall -9 "$2"; then