Merge branch 'master' of github.com:ahub2/dotfiles

master
Alex 2022-09-25 02:27:56 -05:00
commit 99c388789c
2 changed files with 8 additions and 1 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

View File

@ -79,6 +79,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