Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
2009-01-29 | newsbeuter: Sync with aneurysm | Daniel Friesel | -1/+1 | |
2009-01-28 | default aliases: todo: Use noglob | Daniel Friesel | -1/+1 | |
2009-01-26 | etc/alias/short: Made gtd aliases more flexible | Daniel Friesel | -3/+3 | |
2009-01-22 | zshrc: Fixed copyright notice | Daniel Friesel | -1/+1 | |
2009-01-22 | devtodo completion: Removed FIXME, it has already been fixed | Daniel Friesel | -1/+0 | |
2009-01-20 | put: Only show error message if at least one host caused it | Daniel Friesel | -3/+3 | |
2009-01-20 | Added newsbeuter wrapper function for synchronization | Daniel Friesel | -0/+12 | |
2009-01-20 | Added confirm functions | Daniel Friesel | -0/+12 | |
2009-01-20 | function: Removed colors, it's unused | Daniel Friesel | -3/+0 | |
2009-01-20 | zprofile: Only show gtd-todo if var/gtd is available | Daniel Friesel | -1/+1 | |
2009-01-17 | _devtodo: Fixed broken completion for child items | Daniel Friesel | -1/+1 | |
2009-01-17 | _devtodo: Almost added children support | Daniel Friesel | -3/+12 | |
2009-01-17 | _devtodo: Prefix internal functions with _todo to avoid conflicts | Daniel Friesel | -23/+23 | |
2009-01-17 | _devtodo: Added proper completion for --sort | Daniel Friesel | -1/+20 | |
2009-01-15 | _pkill: More precise matching description | Daniel Friesel | -1/+2 | |
2009-01-14 | Removed calendar alias | Daniel Friesel | -1/+0 | |
2009-01-12 | devtodo completion: Added _format | Daniel Friesel | -0/+7 | |
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) |