Add repo in alias

This commit is contained in:
flyingscorpio@arch-desktop 2020-11-02 20:37:00 +01:00
parent f785590f74
commit fb866d137a
2 changed files with 5 additions and 1 deletions

View file

@ -2,7 +2,9 @@
# aliases common to bash and zsh
alias lime2connect='ssh $USER@2px.info'
# shellcheck source=../../secrets
source /home/*/SetupCockpit/secrets
alias lime2connect='ssh $SSH_REPO'
alias git-summary='~/github_misc/git-summary/git-summary'
# color support for ls and grep

View file

@ -4,6 +4,8 @@ SETUP_COCKPIT_EMAIL='john@doe.com'
GIT_EMAIL='john@doe.com'
SSH_REPO='user@ho.st'
export BORG_REPO='user@ho.st'
export BORG_PASSPHRASE='passphrase'