Matt Hamilton
4a934de754
add url-paste "if" based on ZSH_VERSION
2015-12-26 00:45:41 -05:00
Matt Hamilton
add7f40799
fix broken variable
2015-12-23 05:13:09 -05:00
matt hamilton
4acb1660f4
fix ssh_{env,agent} vars
2015-12-23 08:57:13 +00:00
Matt Hamilton
d6e2e24c17
make template append explicitly clear
2015-12-22 11:12:06 -05:00
Matt Hamilton
5572a2330d
update steef again
2015-12-22 10:52:15 -05:00
Matt Hamilton
6fa8dcb95d
update steeef prompt
2015-12-22 09:47:19 -05:00
Matt Hamilton
7d8601089a
zcompile custom init.zsh; this may become large
2015-12-22 06:26:54 -05:00
Matt Hamilton
65841b002b
add 'custom' module to default zmodules
2015-12-22 05:56:56 -05:00
Matt Hamilton
d52993c70e
add 'custom' module for easy customization
2015-12-22 05:55:48 -05:00
Matt Hamilton
9302507257
use sane dir if $TMPDIR is not set
2015-12-21 20:34:55 -05:00
Matt Hamilton
fb549f108a
use autoload -Uz, not -U
2015-12-21 20:16:43 -05:00
Matt Hamilton
b0bf9d2ebc
load-time optimizations
2015-12-20 20:42:48 -05:00
Matt Hamilton
a632bff0e5
remove ssh from default modules
2015-12-20 19:25:11 -05:00
Matt Hamilton
fd826dbd8a
fixup pigz and pbzip2 in (un)archive funcs
2015-12-19 17:08:43 -05:00
Matt Hamilton
1b2176534a
add utility module comments
2015-12-19 17:05:43 -05:00
Matt Hamilton
c4d607826c
clarify install zsh shell
2015-12-19 16:53:09 -05:00
Matt Hamilton
dcc3265987
remove git-hub functions
2015-12-19 09:49:11 -05:00
Matt Hamilton
a1a56ac63f
use consistent variable style
2015-12-19 09:48:29 -05:00
Matt Hamilton
08c9987b38
symlink git_current_branch to git-branch-current
2015-12-19 09:42:09 -05:00
Matt Hamilton
c577d77fc4
update history-substring-search
2015-12-18 14:03:40 -05:00
Matt Hamilton
de3e74b9ca
re-organize themes section, remove image
2015-12-18 13:46:16 -05:00
Matt Hamilton
5412919dc3
update link format
2015-12-18 13:41:58 -05:00
Matt Hamilton
4099909f8f
link to speed wiki entry
2015-12-18 13:34:24 -05:00
Matt Hamilton
3fce9ee626
move themes to wiki, add links
2015-12-18 12:04:35 -05:00
Matt Hamilton
1675fd24c1
add theme images
2015-12-18 11:44:57 -05:00
Matt Hamilton
02ec35a8d4
add gitster theme
2015-12-18 11:02:56 -05:00
Matt Hamilton
f2f0346864
add git_current_branch for theme compatibility
2015-12-18 10:57:19 -05:00
Matt Hamilton
5cf08f503f
add minimal prompt
2015-12-18 10:51:58 -05:00
Matt Hamilton
9c9d1ac779
eriner prompt requires fonts; use steeef
2015-12-18 10:13:38 -05:00
Matt Hamilton
a08039ca4a
add locale safety and user check
2015-12-18 10:11:49 -05:00
Matt Hamilton
3e6785c993
add oh-my-zsh theme compatibility git funcs
2015-12-18 09:45:36 -05:00
Matt Hamilton
a15476e6c0
fix typos and structure
2015-12-18 07:40:58 -05:00
Matt Hamilton
9d6952400d
fix aria2c typos
2015-12-18 07:23:00 -05:00
Matt Hamilton
818beef89d
add liquidprompt
2015-12-18 03:56:51 -05:00
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