remove useless alias

This commit is contained in:
histausse 2021-10-23 22:40:12 +02:00
parent c34cb455ed
commit 49f44d1d46
Signed by: histausse
GPG key ID: 67486F107F62E9E9

View file

@ -54,9 +54,6 @@ aliases['status'] = 'git status'
aliases['rebase'] = 'git rebase'
aliases['checkout'] = 'git checkout'
# ssh
aliases['proxy_hindley'] = 'ssh -D 8080 hindley.adh.auro.re'
# config
aliases['config'] = '/usr/bin/git --git-dir=/home/me/.cfg/ --work-tree=/home/me'