brightbit / dotfiles

Default dotfiles installed on all Brightbit machines
0 stars 0 forks source link

My local .zshrc.local aliases don't work #9

Open vlucas opened 10 years ago

vlucas commented 10 years ago

Not sure what's going on, but I did a fresh install of these dotfiles today (mine used to be based on Eric's dotfiles until now) and setup my .zshrc.local file, and none of the aliases are available. I have to source ~/.zshrc.local in the window before I can use anything I specify, which completely defeats the purpose of this feature addition.

Do we need to move this file source to the provided .zshrc instead of the file it's in now?

vlucas commented 10 years ago

Update - I just added the line [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local to the bottom of the .zshrc file and it does work there now. Not sure where to move the line to in this repo though to get it to end up there.