update .local/scripts
change aliasrc and .profile to use/define environment variables used with trans-add and trans-initmaster
parent
4cbb7c78cb
commit
ad1026cdcf
|
@ -35,7 +35,7 @@ alias reboot='sudo reboot'
|
||||||
alias shutdown='sudo shutdown'
|
alias shutdown='sudo shutdown'
|
||||||
|
|
||||||
#programs
|
#programs
|
||||||
alias trc='tremc -c @192.168.1.162:9091'
|
alias trc="tremc -c @$TRNS_IP:9091"
|
||||||
alias pm='pulsemixer'
|
alias pm='pulsemixer'
|
||||||
|
|
||||||
#Youtube
|
#Youtube
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9593646502f3d3a540bdd25be041b885f312b940
|
Subproject commit 4996192f433b257bbbce151b95d705d27d69a572
|
7
.profile
7
.profile
|
@ -78,6 +78,13 @@ export PATH="/opt/rocm/rocfft/bin:$PATH"
|
||||||
#fix arduino ide issues
|
#fix arduino ide issues
|
||||||
export AWT_TOOLKIT=MToolkit
|
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
|
#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
|
# //192.168.1.218/storage /media/nagato cifs username=alex,pass=PASSWORD,workgroup=WORKGROUP,user,noauto 0 0
|
||||||
|
|
Loading…
Reference in New Issue