6 lines
127 B
Bash
6 lines
127 B
Bash
|
addChezLibraryPath() {
|
||
|
addToSearchPath CHEZSCHEMELIBDIRS "$1/lib/csv-site"
|
||
|
}
|
||
|
|
||
|
addEnvHooks "$targetOffset" addChezLibraryPath
|