4 lines
136 B
Bash
4 lines
136 B
Bash
|
export ACT_HOME="/opt/cad"
|
||
|
export PATH="/opt/go/bin:/opt/cad/bin:$HOME/.local/bin:$PATH"
|
||
|
export PRSPICE_INSTALL="$ACT_HOME/lib/prspice"
|