Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2009-01-04 | off: Stop amarok if it's running | Daniel Friesel | -0/+4 | |
2009-01-03 | Fixed key bindings | Daniel Friesel | -3/+3 | |
2009-01-02 | __git_files: Another partially working, but more promising approach | Daniel Friesel | -12/+16 | |
2008-12-31 | Just use unicode, as it should be supported everywhere | Daniel Friesel | -37/+1 | |
2008-12-31 | zle: Enabled predict | Daniel Friesel | -0/+7 | |
2008-12-22 | put: Shortened some hosts | Daniel Friesel | -4/+2 | |
2008-12-22 | __git_files: Return if gitdir is empty (->no git repo) | Daniel Friesel | -0/+2 | |
2008-12-22 | Added __git_files completion | Daniel Friesel | -0/+30 | |
This adds the handling of ../, currently with at least these problems: - ../ only completes to ../.. if ../.git does not exist (until ..../.git does exist) - if etc/foo/bar was modified, and pwd is etc, git add will *only* complete to ../etc/foo/bar | ||||
2008-12-21 | post-update hook: grep -c instead of wc -l | Daniel Friesel | -1/+1 | |
2008-12-21 | env: Added makeflags with proper -j (via post-update hook) | Daniel Friesel | -0/+4 | |
2008-12-20 | profile: Use check_com -c | Daniel Friesel | -1/+1 | |
2008-12-19 | Added completion for put | Daniel Friesel | -0/+12 | |
2008-12-18 | Reverted xsource changes, use source for includes | Daniel Friesel | -19/+9 | |
2008-12-18 | xsource: Removed alias definition from zshrc | Daniel Friesel | -7/+11 | |
2008-12-18 | Fixed xsource to preserve typeset'ed parameters. | Daniel Friesel | -9/+15 | |
A quite ugly solution, but the best I could think of (and still better than [[ -r $file ]] && source $file or source $file &> /dev/null, IMHO) | ||||
2008-12-18 | Added prereqs | Daniel Friesel | -0/+1 | |
2008-12-18 | Moved hosts somewhere else | Daniel Friesel | -15/+0 | |
2008-12-18 | profile: Check todo command before calling gtd-later | Daniel Friesel | -1/+1 | |
2008-12-18 | put: Implemented $something_like_host_classes or so | Daniel Friesel | -3/+20 | |
(also, put supports IPv6 now) | ||||
2008-12-14 | Added passwd-a function | Daniel Friesel | -0/+14 | |
2008-12-13 | Show todo and calendar in zprofile | Daniel Friesel | -4/+13 | |
2008-12-13 | unicode: Removed unused prompt signs | Daniel Friesel | -2/+0 | |
2008-12-13 | Moved completions/_reload into completion | Daniel Friesel | -2/+1 | |
2008-12-13 | Updated function and completion file headers | Daniel Friesel | -22/+50 | |
2008-12-10 | zshrc: Removed unused non-linux alias | Daniel Friesel | -2/+0 | |
2008-12-07 | etc/function: unset a temporary parameter | Daniel Friesel | -0/+1 | |
2008-12-07 | parameters: Absolute path for compdump | Daniel Friesel | -1/+1 | |
2008-12-07 | short aliases: gitc: -v | Daniel Friesel | -1/+1 | |
2008-12-06 | devtodo completion: Minor style fix | Daniel Friesel | -5/+8 | |
2008-12-06 | short aliases: Renamed git-rgrep to grep-nogit for the sake of less confusion | Daniel Friesel | -1/+1 | |
2008-12-06 | Added include/genzshrc (Maybe for future optimization tests or so) | Daniel Friesel | -0/+52 | |
2008-12-05 | Re-added countdown function | Daniel Friesel | -0/+18 | |
2008-12-04 | Remaned git-grep alias due to a name conflict | Daniel Friesel | -1/+1 | |
2008-12-03 | directories: Use $HOST instead of calling hostname | Daniel Friesel | -1/+1 | |
2008-12-03 | rtab: Removed 'possibly slow' from help | Daniel Friesel | -1/+1 | |
(it takes several hundred named directories and a slow machine to actually slow rtab down) | ||||
2008-12-02 | Removed imagetag function | Daniel Friesel | -16/+0 | |
It has been replaced by a better shell script in the x repository, using feh actions | ||||
2008-12-01 | short aliases: Ask check_com before aliasing ssh hosts | Daniel Friesel | -1/+1 | |
2008-11-30 | Use filemode +x to autoload a function file | Daniel Friesel | -3/+2 | |
2008-11-30 | Added quick & dirty imagetag function | Daniel Friesel | -0/+16 | |
2008-11-29 | off: Print fsck notice a bit earlier | Daniel Friesel | -2/+2 | |
2008-11-26 | todo completion: Parse the commandline to get the database file | Daniel Friesel | -5/+12 | |
Now, items can be completed for custom databases (--database file) as well | ||||
2008-11-22 | prompt: Enabled named dirs for rtab | Daniel Friesel | -0/+1 | |
2008-11-22 | rtab: Added support for named directories | Daniel Friesel | -10/+25 | |
2008-11-22 | Cleaned up / updated file headers | Daniel Friesel | -12/+7 | |
2008-11-19 | Added host completion for sshmount | Daniel Friesel | -0/+2 | |
2008-11-19 | completion: Avoid redefining _hosts | Daniel Friesel | -5/+1 | |
2008-11-19 | off: Added -h for help, print commands when simulating | Daniel Friesel | -1/+15 | |
2008-11-18 | off: Die when encountering an unknown option to prevent typos | Daniel Friesel | -1/+2 | |
2008-11-18 | Use the hosts array to associate some information with each host | Daniel Friesel | -5/+19 | |
2008-11-18 | off: Added -n / -r (simulate / reboot) | Daniel Friesel | -2/+20 | |