Commit Graph

52 Commits

Author SHA1 Message Date
Matt Hamilton
c58e75ca82 add pure prompt 2015-12-18 03:49:51 -05:00
Matt Hamilton
c80bc6d86d add utility aliases 2015-12-18 02:46:16 -05:00
Matt Hamilton
2fee647a56 fix unzip in unarchive function 2015-12-17 14:04:33 -05:00
Matt Hamilton
3633ffa7d1 fix history-sustring-search typo 2015-12-17 12:28:27 -05:00
Matt Hamilton
be24df6e8d add pacown and pacblame aliases 2015-12-17 11:28:30 -05:00
Matt Hamilton
3ccdaa967d update i.eriner.me links to https 2015-12-17 11:04:01 -05:00
Matt Hamilton
e9703d14a5 re-word project page 2015-12-17 08:06:26 -05:00
Matt Hamilton
48bb5a8a08 Add logo 2015-12-17 07:50:36 -05:00
Matt Hamilton
de48f8b873 submodule repos ssh -> https 2015-12-17 05:24:31 -05:00
Matt Hamilton
8e4fc03038 update completion docs to reflect zmodules order 2015-12-17 03:06:12 -05:00
Matt Hamilton
01838f0083 add compdef for pacman aliases
The recommended order for the module loading has been changed. The last
module to be loaded should be 'completion'. This ensures all completions
set by other modules are dumped and included in the completion.
Because of this, any compdefs like this one (making the pacman aliases
use pacman completion) must be set in the compdefs.zsh file, and loaded
with the completion module. This means the compdefs must be wrapped with
conditional statements to ensure such aliases/functions have been set by
previous modules. I may abstract this conditional to a function in the
future to make this an easier process.
2015-12-17 03:06:12 -05:00
Matt Hamilton
a8aa59e09d cross-reference history-substring-search 2015-12-16 18:08:28 -05:00
Matt Hamilton
fd8b5ca369 note module order for history-substring-search 2015-12-16 18:05:50 -05:00
Matt Hamilton
8c49ac4466 add link to modules wiki article 2015-12-16 18:00:14 -05:00
Matt Hamilton
d00cfeec71 fix utility documentation formatting 2015-12-16 17:51:11 -05:00
Matt Hamilton
74abfe00a8 s/fish-shell-like/fish shell-like 2015-12-16 17:49:36 -05:00
Matt Hamilton
59df35d64b re-word spectrum docs for more accurate description 2015-12-16 17:47:46 -05:00
Matt Hamilton
646902d3c6 add sparse (will fixup later) spectrum documentation 2015-12-16 17:45:56 -05:00
Matt Hamilton
18e2d7cf1a reword prompt documentation 2015-12-16 17:37:59 -05:00
Matt Hamilton
d431cbd338 fix documentation typo 2015-12-16 17:35:46 -05:00
Matt Hamilton
ceb0f3ad2a add archive module 2015-12-16 17:00:25 -05:00
Matt Hamilton
2f9b8437e2 It is probably better to prepend ranther than append 2015-12-16 14:56:54 -05:00
Matt Hamilton
f448c6663e zcompile .zshrc 2015-12-16 02:23:18 -05:00
Matt Hamilton
1cc0a19e14 remove dupe zmodload 2015-12-16 01:24:31 -05:00
Matt Hamilton
f32e763604 rename and fix input docs 2015-12-16 01:23:31 -05:00
Matt Hamilton
6ca71da68d update documentation and enable input module by default 2015-12-16 01:22:33 -05:00
Matt Hamilton
79995ae5ee add inputs module 2015-12-16 01:15:30 -05:00
Matt Hamilton
2a4e052939 fix typo, thanks Mikachu 2015-12-16 00:35:12 -05:00
Matt Hamilton
d916ad2967 pacman conditional is broken 2015-12-16 00:01:57 -05:00
Matt Hamilton
ac47c61167 add MIT License 2015-12-15 22:33:12 -05:00
Matt Hamilton
6655251240 fix symlink, not sure how they broke 2015-12-15 22:19:11 -05:00
Matt Hamilton
66941895f6 update function names in eriner prompt 2015-12-15 21:51:28 -05:00
Matt Hamilton
390d6d39a5 g.. alias s/echo/print 2015-12-15 20:57:23 -05:00
Matt Hamilton
06cca3e79d re-word "has to offer" 2015-12-15 19:36:05 -05:00
Matt Hamilton
25cec0876a update eriner prompt 2015-12-15 19:21:06 -05:00
Matt Hamilton
6bab0875fd update template .zimrc 2015-12-15 18:51:28 -05:00
Matt Hamilton
495bde2404 add utility documentation 2015-12-15 18:49:15 -05:00
Matt Hamilton
e8936eb69e add syntax-highlighting documentation 2015-12-15 18:42:44 -05:00
Matt Hamilton
267940385d add ssh documentation 2015-12-15 18:36:36 -05:00
Matt Hamilton
0783d12ca3 add steef prompt 2015-12-15 14:05:59 -05:00
Matt Hamilton
27fa153b83 add prompt documentation 2015-12-15 03:04:25 -05:00
Matt Hamilton
56c5d51ab8 add pacman documentation 2015-12-15 03:00:26 -05:00
Matt Hamilton
83476386b0 add history documentation 2015-12-15 02:47:54 -05:00
Matt Hamilton
434232b5c6 add history-substring-search documentation 2015-12-15 02:37:10 -05:00
Matt Hamilton
02fbd3d582 correct markdown link format 2015-12-15 02:30:31 -05:00
Matt Hamilton
014ca7cdcd add git documentation 2015-12-15 02:29:48 -05:00
Matt Hamilton
8678752d91 fix typos 2015-12-15 02:17:37 -05:00
Matt Hamilton
a11c36c305 add environment documentation 2015-12-15 02:15:54 -05:00
Matt Hamilton
f823d50baf add directory documentation 2015-12-15 02:07:46 -05:00
Matt Hamilton
3141d29d25 add completion documentation 2015-12-15 02:07:30 -05:00