Cali0707 / git-utils

A collection of useful git tools
Apache License 2.0
4 stars 3 forks source link

Added explanation of how to add ~/bin to path to install script #22

Closed Cali0707 closed 1 year ago

Cali0707 commented 1 year ago

Fixes #16

With this new code, running the install script without ~/bin in my path produces the following message:

./install.sh      
Your path is missing ~/bin, you might want to add it.
If you use bash, add 'export PATH="${PATH}:${HOME}/bin"' to your .bashrc file
If you use zsh, add 'export PATH="${PATH}:${HOME}/bin"' to your .zshrc file
If you use fish, add 'fish_add_path -m ~/bin' to your config.fish file
Leo6Leo commented 1 year ago

LGTM and APPROVED