Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
2008-11-17 | Actually enable 'off'... | Daniel Friesel | -1/+1 | |
2008-11-17 | off: Show filesystems to be checked at next boot | Daniel Friesel | -2/+17 | |
2008-11-17 | zshrc: Cleanup ps colors | Daniel Friesel | -0/+1 | |
2008-11-16 | rtab function: Allow configuration via zstyle | Daniel Friesel | -2/+15 | |
2008-11-15 | put function: Warn if curl is not present | Daniel Friesel | -2/+7 | |
2008-11-15 | parameters: Changed calendar dir to reflect new directory structure | Daniel Friesel | -1/+1 | |
2008-11-14 | short aliases: gitd: No --color-words | Daniel Friesel | -1/+1 | |
2008-11-14 | include/conflicts: Check aliases | Daniel Friesel | -1/+8 | |
2008-11-13 | include/conflicts: removed unneccessary loops | Daniel Friesel | -8/+3 | |
2008-11-13 | Reordered etc/parameters | Daniel Friesel | -8/+8 | |
2008-11-12 | initd completion: Configure matching mode via zstyle | Daniel Friesel | -0/+8 | |
2008-11-12 | initd completion: minor rework | Daniel Friesel | -3/+3 | |
- fix some corner cases in which force-$action exists while $action does not the completion is still rather... experimental, though | ||||
2008-11-12 | initd completion: Also detect scripts with syntax like "restart|reload)"... | Daniel Friesel | -1/+2 | |