]> ruderich.org/simon Gitweb - config/dotfiles.git/history - zsh/rc
*: License under GPL v3+.
[config/dotfiles.git] / zsh / rc
2012-01-25 Simon Ruderich*: License under GPL v3+.
2012-01-24 Simon Ruderichzsh/rc: Add pdf command.
2012-01-14 Simon Ruderichshell/function,zsh/rc: Replace $@ with "$@".
2012-01-14 Simon Ruderichzsh/rc: Use ghci with rlwrap if available.
2012-01-14 Simon Ruderichzsh/rc: Improved gitk and tig commands.
2012-01-14 Simon Ruderichzsh/rc: Add new section custom commands.
2011-11-04 Simon Ruderichzsh/rc: Handle fg when naming windows.
2011-10-12 Simon Ruderichzsh/rc: Set histignorespace.
2011-08-12 Simon Ruderichzsh/rc: Always use "yes" to enable zstyle settings.
2011-08-12 Simon Ruderichzsh/rc: Major update of completion settings.
2011-08-12 Simon Ruderichzsh/rc: Add directory stack settings.
2011-08-06 Simon Ruderichzsh/rc: Minor rewrapping cleanup.
2011-08-06 Simon Ruderichzsh/rc: Multiple documentation fixes/updates.
2011-05-21 Simon Ruderichzsh/rc: Actually enable the vcs_info cache.
2011-05-07 Simon RuderichUse jk in addition to jj to exit Vi insert mode.
2011-05-02 Simon Ruderichzsh/rc: Only run rem if ~/.reminders exists.
2011-05-02 Simon Ruderichzsh/rc: Always use -Uz for autoload.
2011-04-24 Simon Ruderichzsh/rc: Display time in top right prompt, not in RPROMPT.
2011-03-22 Simon Ruderichzsh/rc: Don't draw trailing / in bold.
2011-01-23 Simon Ruderichzsh/rc: Display current time in hex in RPROMPT.
2011-01-05 Simon Ruderichzsh/rc: Run rem with -h (hush) to prevent unnecessary...
2011-01-05 Simon Ruderichzsh/rc: Prevent unnecessary zsh process when starting...
2010-11-08 Simon Ruderichzsh/rc: Run rem on startup and after every four hours.
2010-11-08 Simon Ruderichzsh/rc: Fix minor comment typo.
2010-10-31 Simon RuderichAdd missing timezones to dates.
2010-10-31 Simon Ruderichzsh/rc: Don't start screen on the Linux console.
2010-10-31 Simon Ruderichzsh/rc: Don't complete unwanted files with Vim.
2010-10-31 Simon Ruderichzsh/rc: Add wrappers for tree and xpdf.
2010-10-13 Simon Ruderichzsh/rc: Reduce calls to external programs.
2010-10-13 Simon Ruderichzsh/rc: Remove OS X related settings.
2010-09-23 Simon Ruderichzsh/rc: Ignore cd and ls aliases in the window title...
2010-09-20 Simon Ruderichzsh/rc: Fix sourcing of ~/.zsh/rc.local.
2010-09-18 Simon RuderichSimplify configuration setup.
2010-09-18 Simon RuderichImprove source_debug() output.
2010-09-13 Simon Ruderichzsh/rc: Don't complete ./config.* files.
2010-08-16 Simon Ruderichzsh/rc: Escape non printable characters when setting...
2010-08-16 Simon Ruderichzsh/rc: Minor documentation fix.
2010-07-24 Simon Ruderichzsh/rc: Minor documentation fix.
2010-07-24 Simon Ruderichzsh/rc: Add fallback completer to ^F which always compl...
2010-06-21 Simon Ruderichzsh/rc: Prevent error when running on a different TERM.
2010-06-21 Simon Ruderichzsh/rc: Minor documentation fix.
2010-06-21 Simon Ruderichzsh/rc: Use @:!hostname for remote root screens in...
2010-05-24 Simon Ruderichzsh/rc: Use a multiline prompt.
2010-05-17 Simon Ruderichzsh/rc: Minor documentation updates.
2010-05-17 Simon Ruderichzsh/rc: Also set RPROMPT in a precmd() hook.
2010-05-17 Simon Ruderichzsh/rc: Set PROMPT in a precmd() hook.
2010-05-17 Simon Ruderichzsh/rc: Move prompt below vcs_info.
2010-05-17 Simon Ruderichzsh/rc: Use caching with vcs_info to speed up the prompt.
2010-04-24 Simon Ruderichzsh/rc: Fix title when using screen.
2010-04-23 Simon Ruderichzsh/rc: Use exec when automatically starting screen.
2010-04-23 Simon RuderichMerge remote branch 'rammstein/master'
2010-04-23 Simon Ruderichzsh/rc: Only call uname once.
2010-04-23 Simon Ruderichzsh/rc: Ignore same values in current line for all...
2010-04-23 Simon Ruderichzsh/rc: Fix wrong handling of vi in title code.
2010-04-23 Simon Ruderichzsh/rc: Minor documentation update.
2010-04-05 Simon Ruderichzsh/rc: Handle whitespace/quotes correctly when abortin...
2010-03-30 Simon Ruderichzsh/rc: Fix window_precmd() when running zsh as root...
2010-03-30 Simon Ruderichzsh/rc: Fix window_title() if unknown TERM is used.
2010-03-16 Simon Ruderichzsh/rc: Simplify bindkey a little bit more.
2010-03-16 Simon Ruderichzsh/rc: Bindkey can unbind multiple keys.
2010-03-16 Simon Ruderichzsh/rc: Also allow jj to exit insert mode.
2010-03-16 Simon Ruderichzsh/rc: Disable arrow keys.
2010-03-16 Simon Ruderichzsh/rc: Create new key bindings section.
2010-03-14 Simon Ruderichzsh/rc: Improve stderr colorization script.
2010-03-14 Simon Ruderichzsh/rc: Use ' instead of " when possible, drop them...
2010-03-13 Simon Ruderichzsh/rc: window_title() optimization, only check TERM...
2010-03-13 Simon Ruderichzsh/rc: Display @:hostname when running screen on remot...
2010-03-13 Simon Ruderichzsh/rc: Add global aliases for head and tail.
2010-03-13 Simon Ruderichzsh/rc: Minor documentation fixes.
2010-03-13 Simon Ruderichzsh/rc: Also simulate chpwd_functions for older Zsh.
2010-03-12 Simon Ruderichzsh/rc: Use correct spelling of vcs_info.
2010-03-11 Simon Ruderichzsh/rc: Run commands after everything else is done.
2010-03-11 Simon Ruderichzsh/rc: Only use %u/%c if VCS_Info is current enough.
2010-03-11 Simon Ruderichzsh/rc: Also display staged/unstaged changes in actionf...
2010-03-11 Simon Ruderichzsh/rc: Minor documentation changes for VCS_Info.
2010-03-10 Simon Ruderichzsh/rc: Unstaged/stages changes are displayed in RPROMPT.
2010-03-10 Simon Ruderichzsh/rc: Don't display + in prompt when running as subshell.
2010-03-10 Simon Ruderichzsh/rc: Simplify prompts with color variables.
2010-03-10 Simon Ruderichzsh/rc: Minor documentation fixes.
2010-03-08 Simon Ruderichbash/rc, zsh/rc: Move aliases to shell/aliases.
2010-03-07 Simon Ruderichzsh/rc: Drop title stumpwm support.
2010-03-07 Simon Ruderichzsh/rc: Improve script which colors stderr red.
2010-02-01 Simon Ruderichzsh: Fix documentation typos.
2010-02-01 Simon Ruderichzsh: Documentation updates.
2010-02-01 Simon Ruderichzsh: Autoload zmv.
2010-01-17 Simon Ruderichzsh: Move OS specific settings to zsh/rc.
2010-01-17 Simon Ruderichzsh: Update ^P/^N to enter Vi-mode.
2009-11-14 Simon RuderichMerge commit 'rammstein/master'
2009-11-14 Simon Ruderichzsh: Add global alias U for uniq.
2009-10-08 Simon Ruderichzsh: Also work when .zsh/functions is not available.
2009-08-26 Simon Ruderichzsh: Support @ in window titles when using clear.
2009-08-13 Simon Ruderichzsh: Increase history size.
2009-08-13 Simon Ruderichzsh: Disable beeps.
2009-08-03 Simon Ruderichzsh: Move window naming alias to alias section.
2009-08-03 Simon Ruderichzsh: Add support for rxvt.
2009-07-07 Simon Ruderichzsh: Fix TRAPINT to work with lines starting with -.
2009-06-11 Simon Ruderichzsh: Add shortcut alias for clear.
2009-06-07 Simon Ruderichzsh: clear sets window title to ".zsh".
2009-06-06 Simon Ruderichzsh: Documentation updates for window name feature.
2009-06-06 Simon Ruderichzsh: Only use stumpish when stumpwm is running.
next