mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:26:39 +00:00
8 lines
87 B
Bash
8 lines
87 B
Bash
#
|
|
# cgminer
|
|
#
|
|
|
|
if [ -d "/opt/cgminer/bin" ]; then
|
|
path_prepend "/opt/cgminer/bin"
|
|
fi
|