dotfiles/zsh/modules
James Patrick 3556761ebd Changed how the mktemp trick work.
This way actually has a couple of advantages.

1. With this you write something like $ _ vim file.xml. This is
automatically drop you into a tmp dir then run the vim command.
2. zsh completions aren't still work.
2022-01-05 23:18:14 -05:00
..
alias Changed how the mktemp trick work. 2022-01-05 23:18:14 -05:00
bin Added todo_sync script. 2021-02-17 23:45:39 -05:00
complete Fixed issue with autocompletes not being loaded 2020-08-21 18:04:38 -04:00
directory Added additional options to directory tooling. 2019-09-05 18:38:36 +00:00
history Fixed issue with autocompletes not being loaded 2020-08-21 18:04:38 -04:00
keybinds Added beginning and end of line keybinds. 2019-08-08 22:08:16 -04:00
prompt Added simple theme for report server. 2019-12-20 10:09:45 -05:00
tmux Adding tty-popup window. 2020-06-27 00:21:13 -04:00
README.md Adding basic zsh configuration. 2019-04-30 23:29:37 -04:00

README.md

This directory for custom modules loaded by zplug.

TODO

example goes here

As a general rule is preferable to use someone elses script if possible, with obvious concessions to security and conveince.