From 4b725f596a3fba99f1d22338409cfec9ebc74550 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Thu, 28 Aug 2014 10:32:46 +0200 Subject: [PATCH] Updated an alias --- bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_profile b/bash_profile index 135bd81..1562fa7 100644 --- a/bash_profile +++ b/bash_profile @@ -11,7 +11,7 @@ alias pip2="pip" alias pip="pip-3.3" alias cdtan="cd ~/Documents/Code/Github/Detanglement/src" alias cdpy="cd ~/Documents/Code/Github/AudioPython" -alias cdl="cd ~/Documents/Code/LiveCodingEditor" +alias cdl="cd ~/Documents/Github/development/VetoLC" alias cdg="cd ~/Documents/Code/Github" alias cdd="cd ~/Documents/Code/Github/development" alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl"