From d1289f9c2469662f31a7fd0bc23996f367d68790 Mon Sep 17 00:00:00 2001
From: Raúl Benencia <rul@kalgan.cc>
Date: Mon, 24 Jun 2019 09:29:44 -0700
Subject: Remove old alias

---
 .alias.d/00-general | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.alias.d/00-general b/.alias.d/00-general
index e6d1b1f..2b13b55 100644
--- a/.alias.d/00-general
+++ b/.alias.d/00-general
@@ -3,7 +3,6 @@ alias grep='grep --color'
 alias ec="$EDITOR"
 alias psc='ps xawf -eo pid,user,cgroup,args'
 alias gcm='git checkout master && git fetch upstream && git reset --hard upstream/master && git push'
-alias cdp='cd $HOME/git/te/puppet/'
 
 alias df='df -h -x none'
 alias free='free -m'
-- 
cgit v1.2.3