Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
@@ -10,6 +12,11 @@ alias grep='grep --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
# local ai
|
||||
export ROCM_PATH=/opt/rocm
|
||||
export HSA_OVERRIDE_GFX_VERSION=11.0.0
|
||||
export HIP_VISIBLE_DEVICES=0
|
||||
|
||||
# Tmuxifier
|
||||
export PATH="$HOME/.tmuxifier/bin:$PATH"
|
||||
eval "$(tmuxifier init -)"
|
||||
|
||||
Reference in New Issue
Block a user