Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2009-01-12 | directories: Fixed order | Daniel Friesel | -2/+3 | |
2009-01-11 | directorie: Always set ~vcs | Daniel Friesel | -3/+2 | |
2009-01-11 | default aliases: calendar: One week in advance is enough | Daniel Friesel | -1/+1 | |
2009-01-09 | etc/profile: Use $() instead of `` | Daniel Friesel | -1/+1 | |
2009-01-08 | zshrc: Added another (git trackable) method for local configurations | Daniel Friesel | -0/+1 | |
2009-01-08 | zshrc: slightly changed the OS detection | Daniel Friesel | -5/+8 | |
2009-01-07 | profile: Fixed typo in check_com | Daniel Friesel | -1/+1 | |
2009-01-07 | profile: Only exec calendar if everything needed is installed | Daniel Friesel | -1/+1 | |
2009-01-06 | Removed sort completion, a better one is now available with zsh | Daniel Friesel | -32/+0 | |
2009-01-05 | put: Change 'illegal' filenames | Daniel Friesel | -5/+12 | |
2009-01-05 | off: D'oh. Use pgrep -x | Daniel Friesel | -1/+1 | |
2009-01-04 | off: Use execute when stopping amarok... | Daniel Friesel | -1/+1 | |
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-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 | 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-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 | |