Commit Graph

13 Commits

Author SHA1 Message Date
7271daf860 Added additional options to directory tooling.
Most notiable is Extended globbing.
2019-09-05 18:38:36 +00:00
9aa3561079 Added please alias from @kathyra_ 2019-08-18 12:45:35 -04:00
1f955542e0 Added beginning and end of line keybinds.
home goes to the bol. end goes eol.
2019-08-08 22:08:16 -04:00
439f070b94 Added directory configuration to plug 2019-08-08 22:07:04 -04:00
96fa7dec37 Remvoved errant copy of aliases. 2019-08-05 21:31:49 -04:00
22a4e2a76a Added Aliases for zsh 2019-05-04 01:46:59 -04:00
6c2990e385 Added edit-command-line functions. 2019-05-02 01:49:26 -04:00
325f831796 Added alias function 2019-05-02 01:17:49 -04:00
539058a830 Added better support for autosuggest. 2019-05-02 00:48:04 -04:00
e79499c8e3 Added other nascent users. 2019-05-01 22:43:59 -04:00
f66468395f Added completion for ZSH. 2019-05-01 22:39:00 -04:00
31f8b64413 Added history to zsh.
Users can still set $HISTFILE if they want to and this will be used instead.
If no value is specified it will default to the $ZDIR/transient/history file.
2019-05-01 21:05:11 -04:00
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