From 4dda9094585fa0b89c09a3690bf41c5170a579a2 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Fri, 24 Nov 2023 11:02:28 +0000 Subject: [PATCH] sec1: Change bounce, add BORG_PASSCOMMAND --- bashrc.d/local/stbbri-sec-1.bash | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/bashrc.d/local/stbbri-sec-1.bash b/bashrc.d/local/stbbri-sec-1.bash index 2635d34..12efa21 100644 --- a/bashrc.d/local/stbbri-sec-1.bash +++ b/bashrc.d/local/stbbri-sec-1.bash @@ -13,12 +13,6 @@ alias lm="ls -ltr $HOME/mail/ | tail" alias ..="cd .." # git shortcuts -alias br="git checkout" -alias brl="git branch" -alias gg="git grep" -alias st="git status" -alias gd="git diff" -alias log="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" alias log2='git log --graph --oneline --all --decorate=full' # Misc @@ -45,7 +39,7 @@ alias gomarvin='cd /local/scratch/pw921828/marvin && source .venv/bin/activate & alias goproj="cd /local/proj/irdeto" alias gorelease="cd /local/releases/irdeto" -alias bounce='rsync -av $NEXUS_TOP/../$B_REFSW_OBJ_DIR/nexus/bin/* /local/home/pw921828/tmp/bounce/' +alias bounce='rsync -av $NEXUS_TOP/../$B_REFSW_OBJ_DIR/nexus/bin/* /projects/build/pw921828/$B_REFSW_BOOTLOADER_CHIP' alias m="make && bounce" alias debug='arm-linux-gdb -x gdb-7439.cmd' alias put="ncftpput -f ~/.ncftp_login ." @@ -64,3 +58,4 @@ GPG_TTY=$(tty) export GPG_TTY export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" +export BORG_PASSCOMMAND='pass show borg_sec1_to_sec2'