Skip to content

Commit

Permalink
Añado alias de rutas para git
Browse files Browse the repository at this point in the history
  • Loading branch information
raupulus committed Apr 26, 2020
1 parent 782cac4 commit 32956e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conf/home/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 32956e5

Please sign in to comment.