DannyBen / alf

Bash Alias Generator and Manager
MIT License
96 stars 4 forks source link

Fix post-save instructions in cases when ALF_ALIASES_FILE is set #34

Closed DannyBen closed 3 years ago

DannyBen commented 3 years ago

When ALF_ALIASES_FILE was set, the alf save instructed the user to still do source ~/.bash_aliases instead of using the value of the environment variable. This PR fixes it.