Age | Commit message (Expand) | Author | Lines |
2009-03-21 | Added whichf (which for functions) | Daniel Friesel | -0/+2 |
2009-03-21 | Added mkcd function (mkdir $1 && cd $1) | Daniel Friesel | -0/+7 |
2009-03-21 | __git_files: Removed debug line... | Daniel Friesel | -1/+0 |
2009-03-21 | zlogin: return true (→ no "1" return code in prompt) | Daniel Friesel | -0/+1 |
2009-03-21 | zprofile: No need to include zdir/colors | Daniel Friesel | -1/+0 |
2009-03-21 | _sshfs: Add : suffix to every host | Daniel Friesel | -1/+1 |
2009-03-21 | _sshfs: Added completion for remote directories (again, from _ssh) | Daniel Friesel | -2/+37 |
2009-03-21 | Added README | Daniel Friesel | -0/+3 |
2009-03-21 | Removed etc/colors | Daniel Friesel | -17/+7 |
2009-03-21 | zprofile: Use ZLE colors | Daniel Friesel | -6/+6 |
2009-03-21 | Use $ZDIR where appropiate | Daniel Friesel | -4/+4 |
2009-03-21 | reload: No xsource | Daniel Friesel | -2/+1 |
2009-03-21 | Don't rely on my usual home structure too much | Daniel Friesel | -4/+16 |
2009-03-21 | zshenv: Allow environment to override $ZDIR | Daniel Friesel | -1/+1 |
2009-03-21 | Added some more structure and comments to the alias definitions | Daniel Friesel | -12/+26 |
2009-03-21 | moved $LESS from aliases to zshenv | Daniel Friesel | -5/+1 |
2009-03-21 | default aliases: bandwidth-friendly ncdu | Daniel Friesel | -0/+3 |
2009-03-20 | clear screen when exiting a login-shell | Daniel Friesel | -0/+3 |
2009-03-20 | default aliases: More compact comments | Daniel Friesel | -16/+3 |
2009-03-19 | countdown: Fancier display of remaining time | Daniel Friesel | -2/+3 |
2009-03-19 | conflicts: Less false positive aliases | Daniel Friesel | -1/+1 |
2009-03-19 | Added completions for fbsetbg, fbsetroot and feh | Daniel Friesel | -0/+252 |
2009-03-19 | Re-added X11 related aliases | Daniel Friesel | -0/+33 |
2009-03-19 | Re-added Debian aliases | Daniel Friesel | -0/+49 |
2009-03-17 | suffix aliases: No fullscreen images | Daniel Friesel | -1/+1 |
2009-03-16 | prompt: Use colors via ZLE | Daniel Friesel | -15/+8 |
2009-03-14 | cryptsetup completion: Fixed arguments | Daniel Friesel | -4/+4 |
2009-03-14 | cryptsetup completion: Added arguments (does not work yet, though) | Daniel Friesel | -1/+24 |
2009-03-14 | put: Updated aneurysm_vpn | Daniel Friesel | -4/+2 |
2009-03-14 | Added xcat | Daniel Friesel | -0/+2 |
2009-03-14 | xsource: Added -e option to preserve parameters | Daniel Friesel | -3/+17 |
2009-03-14 | off: exit shell if everything went ok | Daniel Friesel | -2/+6 |
2009-03-13 | die, fdie, warn: Print to stderr | Daniel Friesel | -3/+6 |
2009-03-13 | countdown: Added support for relative times | Daniel Friesel | -1/+8 |
2009-03-12 | extr: Fixed else condition | Daniel Friesel | -2/+2 |
2009-03-12 | zshrc: Added zrc_status to cleanup | Daniel Friesel | -2/+2 |
2009-03-12 | Don't print completion cache message, since completion is already announced | Daniel Friesel | -8/+2 |
2009-03-12 | some more progress messages | Daniel Friesel | -0/+2 |
2009-03-12 | zshrc: Show progress message for includes | Daniel Friesel | -0/+3 |
2009-03-12 | Moved aliases directory out of the core zshrc | Daniel Friesel | -5/+8 |
2009-03-12 | Use function for status messages | Daniel Friesel | -2/+6 |
2009-03-08 | links: Use new pkg features! :) | Daniel Friesel | -4/+4 |
2009-03-08 | parameters: check_com is not available at this stage | Daniel Friesel | -1/+1 |
2009-03-08 | parameters: Set manpath if "manpath" is available | Daniel Friesel | -1/+1 |
2009-03-08 | extr: Fixes pointed out by mxey | Daniel Friesel | -1/+2 |
2009-03-08 | continued cryptsetup completion | Daniel Friesel | -3/+20 |
2009-03-07 | Began cryptsetup completion | Daniel Friesel | -0/+11 |
2009-03-07 | check_ssh: Descriptive commnt | Daniel Friesel | -0/+1 |
2009-03-07 | Added check_nobat function to check if we're running on battery power | Daniel Friesel | -0/+10 |
2009-03-06 | function: autoload the cool way | Daniel Friesel | -3/+1 |