update .local/scripts

change aliasrc and .profile to use/define environment variables used
with trans-add and trans-init
master
alex 2022-09-25 01:54:32 -05:00
parent 4cbb7c78cb
commit ad1026cdcf
3 changed files with 9 additions and 2 deletions

View File

@ -35,7 +35,7 @@ alias reboot='sudo reboot'
alias shutdown='sudo shutdown'
#programs
alias trc='tremc -c @192.168.1.162:9091'
alias trc="tremc -c @$TRNS_IP:9091"
alias pm='pulsemixer'
#Youtube

@ -1 +1 @@
Subproject commit 9593646502f3d3a540bdd25be041b885f312b940
Subproject commit 4996192f433b257bbbce151b95d705d27d69a572

View File

@ -78,6 +78,13 @@ export PATH="/opt/rocm/rocfft/bin:$PATH"
#fix arduino ide issues
export AWT_TOOLKIT=MToolkit
#define variables used with transmission scripts
export TRNS_IP="192.168.1.162"
export TRNS_DL_DIR="/usr/local/etc/transmission/home/Downloads"
#needed for whisper, may be able to get rid of at some point
export HSA_OVERRIDE_GFX_VERSION=10.3.0
#mount samba share, needs entry in /etc/fstab for this line to work
# //192.168.1.218/storage /media/nagato cifs username=alex,pass=PASSWORD,workgroup=WORKGROUP,user,noauto 0 0