Commit Graph

21 Commits

Author SHA1 Message Date
James Patrick 3fa6a25dfb Removed no longer existing configuration 2023-06-07 10:19:25 -04:00
James Patrick 351280afde Adding env header for emacs to pickup the correct mode 2023-06-07 10:19:25 -04:00
James Patrick 829f30540e Fixed issue with autocompletes not being loaded
The issue was stemming from racecondition betwwen then completion
function which uses the complete file, and the zsh_users/completions
plug that defined them.

Also relocated transient -> cache.
2020-08-21 18:04:38 -04:00
James Patrick 468c6f9f19 Relocated Cargo bin path into base zshenv 2020-07-21 20:55:45 -04:00
James Patrick cc38ba2ecf Fixed type that broke doom helper functions. 2020-06-03 10:26:27 -04:00
James Patrick 6d3554d18d Using zsh array path instead of $PATH. 2020-06-02 23:26:08 -04:00
James Patrick c4320bbe97 Hard coding yarn bin paths.
using yarn bin and yarn global bin make the startup time take
significantly longer.
2020-03-13 15:05:00 -04:00
James Patrick c0d2b79035 Not using kubecontext currently.
See https://github.com/denysdovhan/spaceship-prompt/issues/788 for more infomation.
2020-03-02 10:28:52 -05:00
James Patrick 0f3768508f Added yarn global bin to path. 2020-02-10 22:34:52 -05:00
James Patrick 55c0db6d85 removed docker section for spaceship prompt.
Since the this value often needs root to access the docker information
it was pain and a general bad idea.
2020-01-13 14:26:32 -05:00
James Patrick af5250ee20 Removed support for spacemacs.
I've already switched to doom everywhere, so might as well just remove
support for spacemacs.
2019-12-12 19:52:32 -05:00
James Patrick 95c8eb96be Fixed issue for undefined spacemacs version is not specified 2019-09-05 18:36:55 +00:00
James Patrick ca4effa77d Relocated doom bin loading to path. 2019-08-05 21:16:31 -04:00
James Patrick 6c27eb41e3 Fixed typo breaking OS and hostname binding script. 2019-06-28 20:16:14 -04:00
James Patrick a5c6341133 Update env_loader to work with new path. 2019-05-02 22:12:03 -04:00
James Patrick 31d12e4344 Added preview functions for fzf. 2019-05-02 01:48:11 -04:00
James Patrick c7afc0dcd1 Added comment 2019-05-02 01:45:59 -04:00
James Patrick 326726b7a0 Added map for prompt 2019-05-02 01:04:01 -04:00
James Patrick 539058a830 Added better support for autosuggest. 2019-05-02 00:48:04 -04:00
James Patrick bac51362aa Added tmux-autostart function to start before the rest of the plugins.
This will prevent the double render issue that existed prior. It will still
 render twice, but the second render will be defered until after tmux has been
 quit.
2019-05-01 17:25:56 -04:00
James Patrick 3b54637ca7 Adding basic zsh configuration.
At this point the following doesn't work.

- prompt
- history
- most autocomplete

Additionally with the tmux script getting loaded zplug we are getting a double
render issue, which is increasing the start up time. I'll probably move this
before the .zshrc set to short circuit having to set up all zplug script twice
before having a useable shell.
2019-04-30 23:29:37 -04:00