addToPATH method
Adds a path to the start script returns true if adding the path was successful
Implementation
@override
@Deprecated('Use appendToPATH')
bool addToPATH(String path) => throw UnsupportedError('Not supported in zsh');
Adds a path to the start script returns true if adding the path was successful
@override
@Deprecated('Use appendToPATH')
bool addToPATH(String path) => throw UnsupportedError('Not supported in zsh');