dotfiles/zsh
James Patrick a3b2955e60 Fixed issue stemming from eval order in make if statement.
So I found a rather weird issue. The makefile was evaling the
conditional of a target before that target is called.

`make install` is a empty target with a ordered dependency: `init` and
`update`. In the `init` script section it will install the `~/.zplug`
zsh dependency, and the update script checks to see if that target
exist, aborting if it doesn't. The issue is that running `make install`
will install the `~/.zplug` dir, then report that the dir doesn't exist.
Where running `make init && make update` will work as expected.

There is probably some flag in make to resolve this, but I was unable to
to find any documentation for this.
2019-09-05 15:21:41 +00:00
..
environment Formating 2019-08-05 21:32:55 -04:00
modules Added please alias from @kathyra_ 2019-08-18 12:45:35 -04:00
transient Adding basic zsh configuration. 2019-04-30 23:29:37 -04:00
makefile Fixed issue stemming from eval order in make if statement. 2019-09-05 15:21:41 +00:00
zlogin Adding basic zsh configuration. 2019-04-30 23:29:37 -04:00
zplug Added directory configuration to plug 2019-08-08 22:07:04 -04:00
zprofile Added sourcing of .profile to .zprofile. 2019-06-03 00:43:01 -04:00
zshenv Relocated doom bin loading to path. 2019-08-05 21:16:31 -04:00
zshrc Added tmux-autostart function to start before the rest of the plugins. 2019-05-01 17:25:56 -04:00