From 32956e50b8b5229e253e9bf77fc09d3ba2129764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Caro=20Pastorino?= Date: Sun, 26 Apr 2020 19:07:48 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20alias=20de=20rutas=20para=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/home/.bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/home/.bashrc b/conf/home/.bashrc index 36e4ed39..8e2cbc11 100644 --- a/conf/home/.bashrc +++ b/conf/home/.bashrc @@ -308,9 +308,12 @@ alias hc="history -c" alias pip3="pip3 --disable-pip-version-check" ## Navegar hacia directorios -alias tg="cd $HOME/git" alias tw="cd /var/www" +alias tg="cd $HOME/git" alias tx="cd $HOME/git/4-Xerintel" +alias tgx="cd $HOME/git/4-Xerintel" +alias tgl="cd $HOME/git/1-Proyectos/LaGuiaLinux" +alias tgd="cd $HOME/git/1-Proyectos/DesdeChipiona" ## Otros #alias rm="rm -i"