Add repo in alias
This commit is contained in:
parent
f785590f74
commit
fb866d137a
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue