]> arthur.barton.de Git - ax-zsh.git/shortlog
ax-zsh.git
2015-08-16 Alexander BartonCoding style: Don't quote alias names
2015-08-09 Alexander Bartoninstall.sh: Check if zsh(1) is available
2015-08-09 Alexander Bartoninstall.sh: Fix ax_msg() fallback function
2015-08-02 Alexander Barton05_fpath: Search for additional "function paths"
2015-08-02 Alexander BartonFix axzshctl to handle plugin names as well as path...
2015-08-01 Alexander Bartonaxzshctl: Update help text
2015-08-01 Alexander Bartonaxzshctl: Use ":A" qualifier, now relative path names...
2015-07-30 Alexander BartonUse "ax-common" when available, implement wrapper functions
2015-07-30 Alexander BartonDon't error out when $AXZSH/active_plugins/ does not...
2015-07-30 Alexander Bartoninstall.sh: export AXZSH variable
2015-07-30 Alexander BartonPlugins are activated using symlinks in $AXZSH/active_p...
2015-07-30 Alexander Bartoninstall.sh: Show information about the destination...
2015-07-30 Alexander Bartoninstall.sh: Use $AXZSH, when already set
2015-07-30 Alexander BartonREADME.md: Add "installation" section
2015-07-30 Alexander BartonAdd "pdfman" plugin
2015-07-30 Alexander BartonDon't hardcode default plugins, read them from ./defaul...
2015-07-27 Alexander BartonAdd "zsh-syntax-highlighting" plugin
2015-07-24 Alexander Bartonstd_options: Add some more options
2015-07-24 Alexander BartonREADME: Update list of default plugins
2015-07-24 Alexander Bartoninstall.sh: Set "umask" to 027 by default
2015-07-24 Alexander Bartoninstall.sh: Create symlinks relative to ~/.axzsh
2015-07-24 Alexander Barton10_keyboard: Initialize DELETE key
2015-07-24 Alexander BartonUse "autoload -Uz"
2015-07-24 Alexander BartonAdd "zkbd" plugin
2015-07-20 Alexander BartonAdd "gnupg" plugin
2015-07-19 Alexander Barton10_terminal: Rework window title, tab title, and hardst...
2015-07-19 Alexander Barton50_completion: Update compsys options
2015-07-19 Alexander Barton50_completion: Ignore completion functions
2015-07-19 Alexander Barton10_terminal: Set terminal title and working directory...
2015-07-19 Alexander Bartonvirtualenvwrapper: Use virtualenvwrapper_lazy.sh, when...
2015-07-19 Alexander BartonNew plugin "std_options": Set standard ZSH options
2015-07-19 Alexander Barton10_keyboard: Enable editing of the current command...
2015-07-19 Alexander Bartonhistory: Save history file in cache directory by default
2015-07-19 Alexander Barton50_completion: Save "compdump" file in cache directory
2015-07-19 Alexander Barton05_fpath: Ignore errors/warnings of "typeset"
2015-07-19 Alexander Bartoncompletion: Ignore "uninteresting" users
2015-07-19 Alexander Bartoncorrection: Update array of commands not to correct
2015-07-19 Alexander BartonNew plugin "grep"
2015-07-19 Alexander BartonSearch for plugins in "$ZSH_CUSTOM", too
2015-07-19 Alexander Bartonbyebye: Clear the console on logout if it is a local tty
2015-07-19 Alexander BartonNew plugin "less"
2015-07-19 Alexander Barton40_path: Update logic, add more search paths
2015-07-18 Alexander BartonAdd "mosh" plugin
2015-07-18 Alexander BartonRework FPATH and completion system
2015-07-18 Alexander BartonEnhance debug output
2015-07-18 Alexander Bartonax.zsh: Initialize script name and type in the very...
2015-07-18 Alexander BartonREADME.md: Remove wrong and unneeded commands
2015-07-18 Alexander BartonAdd "thefuck" plugin
2015-07-18 Alexander Bartonstd_env: Setup LESS environment
2015-07-18 Alexander Bartonstd_aliases: Add some aliases for last(1)
2015-07-18 Alexander BartonAdd "ssh_secure" plugin
2015-07-18 Alexander BartonAdd "ccache" plugin
2015-07-18 Alexander BartonAdd "10_keyboard" core plugin to configure keyboard...
2015-07-18 Alexander BartonAdd "editor_select" plugin to auto-configure $EDITOR...
2015-07-18 Alexander Bartonvirtualenvwrapper: Set PIP_REQUIRE_VIRTUALENV=true
2015-07-17 Alexander BartonREADME.md: Add into
2015-07-17 Alexander BartonREADME.md: Move "environment variables" section down
2015-07-17 Alexander BartonShow a warning message when plugins can't be found
2015-07-17 Alexander BartonREADME.md: Update and enhance configuration section
2015-07-17 Alexander Barton"40_path": use "manpath -q" (quite mode)
2015-07-17 Alexander BartonAdd "virtualenvwrapper" plugin
2015-07-16 Alexander Barton40_path: Reorder setting of PATH and MANPATH
2015-07-16 Alexander BartonAdd "std_env" plugin to the list of default plugins
2015-07-16 Alexander BartonAdd "std_env" plugin
2015-07-16 Alexander BartonAdd "40_path" plugin to initialize PATH and MANPATH
2015-07-10 Alexander Bartonssh: Move ssh wrapper initialization to new ssh.zprofile
2015-07-10 Alexander Bartonssh: Look for and initialize an "ssh wrapper" command
2015-07-10 Alexander Bartonssh: Make sure that ssh(1) is installed
2015-07-08 Alexander BartonAdd "keychain" plugin
2015-07-08 Alexander BartonReduce number of core plugins
2015-07-08 Alexander Barton80_local_config.zlogout: Fix syntax
2015-07-07 Alexander Barton80_local_config: Read $HOME/.z{login|zlogout|zprofile...
2015-07-07 Alexander Barton80_local_config: Show debug messages, when enabled.
2015-07-07 Alexander Barton10_terminal: Don't send init string to terminal
2015-07-06 Alexander Barton01_zprofile & 99_zlogin: Make sure z{profile|login...
2015-07-06 Alexander BartonFix typo in comment
2015-07-03 Alexander BartonInitial commit