moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
9.87k stars 520 forks source link

use a $TAIL_PATH env for 'tail' command #461

Open brianonn opened 4 months ago

brianonn commented 4 months ago

The command 'tail' was aliased to 'colortail' in my local environment and 'colortail' was not installed locally, so it failed during setting up the 'cd' and '__gvm_oldcd' functions. This caused the 'cd' command to silently do nothing and never change directories.