From d128f3b62701d634ef0928afaf948f5d8878a2b3 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Fri, 11 Aug 2023 14:42:09 +0100 Subject: [PATCH] Misc updates --- bashrc.d/local/lbbrs-pwalker2.bash | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bashrc.d/local/lbbrs-pwalker2.bash b/bashrc.d/local/lbbrs-pwalker2.bash index 1077d35..1f17842 100644 --- a/bashrc.d/local/lbbrs-pwalker2.bash +++ b/bashrc.d/local/lbbrs-pwalker2.bash @@ -1,11 +1,8 @@ export JTAG_IP=10.178.4.224 -# Misc work -alias jtagserial='telnet $JTAG_IP 2300' -alias jtagserial2="telnet $JTAG_IP 2301" - alias bounce_7252sb0="scp -r stbbri-sec-1:/local/home/pw921828/tmp/bounce/* ~/target/security/7252sb0" alias bounce_7216b0="scp stbbri-sec-1:tmp/bounce/* /local/pwalker/target/security/7216b0" +alias bounce_74165a0="scp stbbri-sec-1:tmp/bounce/* /local/pwalker/target/security/74165a0" alias bounce_nagra_ta="scp stbbri-sec-1:tmp/bounce/* /local/pwalker/target/security/nagra_ta" export TERM=xterm-256color @@ -14,5 +11,7 @@ alias m2='mutt -F ~/.muttrc-fastmail' alias ms="mutt -f ~/mx-search" alias k="khal interactive" -addpath $HOME/.local/bin +addpath "$HOME/.local/bin" alias bounce_72605a0='scp stbbri-sec-1:tmp/bounce/* /local/pwalker/target/security/72605a0' + +export RUBY_CONFIGURE_OPTS="--disable-install-doc --with-openssl-dir=$(brew --prefix openssl@1.1)"