You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running GTZ installer "https://gtz.io/gtz_latest.run" modifies user's .bashrc file. This intrusion into user's configuration happens silently, without asking, warning or notifying the user.
Few reasons why it's a bad idea:
It's extremely rude to silently mess with user's configuration files.
User may prefer other shell such as zsh (please don't get any ideas).
User may prefer to run gtz using full path, or configure their own aliases or symlinks.
User may already have another command with the same name.
Fortunately && source ~/.bashrc in installation instructions gives it away.
This happens as of GTZ version "PROFESSIONAL-2.1.3-V-2020-03-18 07:11:20"
The text was updated successfully, but these errors were encountered:
We modify the .bashrc so that users without root permissions can use it directly after installation.Of course, we did ignore the necessary notifying,and we will add it into the next release.Thank you very much!
Running GTZ installer "https://gtz.io/gtz_latest.run" modifies user's .bashrc file. This intrusion into user's configuration happens silently, without asking, warning or notifying the user.
Few reasons why it's a bad idea:
Fortunately
&& source ~/.bashrc
in installation instructions gives it away.This happens as of GTZ version "PROFESSIONAL-2.1.3-V-2020-03-18 07:11:20"
The text was updated successfully, but these errors were encountered: