Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2009-03-03 | Prettied up Start/Stop/... | Daniel Friesel | -11/+5 | |
2009-03-02 | completion: remove "creating completion cache" message when done | Daniel Friesel | -2/+2 | |
2009-03-02 | dircolors: white underlined for "docemunts" (like pdf) | Daniel Friesel | -0/+3 | |
2009-03-02 | zprofile: Detect Redhat and Arch as well | Daniel Friesel | -0/+2 | |
2009-03-02 | zprofile: Remove excess whitespace | Daniel Friesel | -1/+1 | |
2009-03-02 | zprofile: Show base system version on gentoo | Daniel Friesel | -1/+1 | |
2009-03-01 | profile: Take a bit more space, and print operating system | Daniel Friesel | -2/+14 | |
2009-03-01 | Removed ZPROFILE parameter from profile/login | Daniel Friesel | -2/+0 | |
2009-03-01 | Updated prompt generation, fixed some RPS1 problems | Daniel Friesel | -15/+32 | |
2009-02-28 | rtab: Follow symlinks [Wayne Davison @ zsh-workers] | Daniel Friesel | -1/+1 | |
2009-02-28 | dircolors: xcf usually is an image, not a video -> yellow | Daniel Friesel | -1/+1 | |
2009-02-28 | rtab: Fixed typo in help | Daniel Friesel | -1/+1 | |
2009-02-26 | Enable alias expansion with sudo | Daniel Friesel | -0/+3 | |
2009-02-26 | zshrc: Don't unfunction check_com, it's needed by zlogin | Daniel Friesel | -1/+0 | |
2009-02-26 | zprofile: Use zlogin... | Daniel Friesel | -19/+15 | |
2009-02-26 | enabled transient_rprompt option | Daniel Friesel | -0/+3 | |
2009-02-24 | Re-added todo aliases (where accidently erased) | Daniel Friesel | -0/+4 | |
2009-02-24 | Removed git and mercurial alieses | Daniel Friesel | -38/+0 | |
I no longer use mercurial, and the git aliases are placed in .gitconfig | ||||
2009-02-24 | Revert "completion: complete flac files for mplayer" | Daniel Friesel | -5/+0 | |
This reverts commit 77ec902cb924932338f544f344821abc8724853a. Conflicts: etc/completion | ||||
2009-02-24 | completion: Added ignored patterns for vim | Daniel Friesel | -0/+3 | |
2009-02-23 | completion: complete flac files for mplayer | Daniel Friesel | -0/+5 | |
2009-02-23 | directories: Fixed lyrics | Daniel Friesel | -1/+1 | |
2009-02-21 | __git_files: #autoload is enough | Daniel Friesel | -1/+1 | |
2009-02-19 | off: Updated help | Daniel Friesel | -1/+4 | |
2009-02-19 | __git_files: Silently fail if no gitdir was found | Daniel Friesel | -2/+1 | |
2009-02-18 | off: Added zsh completion | Daniel Friesel | -0/+21 | |
2009-02-18 | off: Support leave.d | Daniel Friesel | -2/+8 | |
2009-02-17 | rtab: Eliminate problems with "wrong" named directories | Daniel Friesel | -1/+1 | |
example: hash -d www=/var/ww; cd /var/www; rtab -> rtab would try to cd ~~wwww or something, and fail | ||||
2009-02-16 | off: optional argument for "permanent" shutdown (->pc will stay down for a ↵ | Daniel Friesel | -0/+7 | |
while) | ||||
2009-02-16 | extr: Fixed .tgz handling | Daniel Friesel | -1/+1 | |
2009-02-15 | reload: Also do a rehash | Daniel Friesel | -0/+1 | |
2009-02-15 | completion: separate manuals by section | Daniel Friesel | -0/+4 | |
source: http://github.com/gigamo/config/blob/46421b0a5469b009819de9a0ee37b7ade0802218/.zsh/style | ||||
2009-02-15 | completion: beautified kill completion | Daniel Friesel | -0/+5 | |
2009-02-15 | still more comments | Daniel Friesel | -1/+23 | |
2009-02-15 | parameters: More comments | Daniel Friesel | -3/+12 | |
2009-02-15 | rc: Updated comments | Daniel Friesel | -8/+9 | |
2009-02-11 | removed host-specific named directories | Daniel Friesel | -12/+0 | |
2009-02-11 | parameters: Moved some parameters to zshenv | Daniel Friesel | -11/+11 | |
2009-02-08 | Removed passwd-a function | Daniel Friesel | -14/+0 | |
2009-02-08 | off: Only check currently mounted filesystems (unmounted ones might lie on ↵ | Daniel Friesel | -6/+8 | |
standby disks) | ||||
2009-02-04 | Added check_ssh function | Daniel Friesel | -0/+6 | |
2009-02-03 | gtd-all: Don't use colors, they confuse fgrep (cause trailing newline) | Daniel Friesel | -1/+1 | |
2009-02-03 | gtd-all: Remove @online GTD entries when offline | Daniel Friesel | -1/+16 | |
2009-02-03 | Added gtd-all function | Daniel Friesel | -0/+7 | |
2009-02-02 | Updated directories | Daniel Friesel | -4/+1 | |
2009-02-01 | Merge branch 'experimental' | Daniel Friesel | -0/+41 | |
2009-02-01 | __git_files: Apparently everything works now | Daniel Friesel | -1/+1 | |
2009-01-31 | short aliases: Only set git/hg aliases if git/hg are available | Daniel Friesel | -26/+30 | |
2009-01-30 | Almost finished __git_files | Daniel Friesel | -2/+7 | |
Only remaining problem: If the current relative path is shorter than a file's relative path, some ../'s might be missed | ||||
2009-01-30 | off: uinit: Show progress | Daniel Friesel | -1/+1 | |