]> arthur.barton.de Git - ax-zsh.git/history - ax.zsh
homebrew: Set HOMEBREW_AUTO_UPDATE_SECS to 10 minutes
[ax-zsh.git] / ax.zsh
2024-02-10 Alexander BartonOnly unfunction axzsh_plugin_init() when it still exists
2024-02-10 Alexander BartonUnset "p10k_instant_prompt" and add some more debug...
2024-02-10 Alexander BartonDon't initialize Powerlevel10k "instant prompt" too...
2024-02-10 Alexander BartonInitialize Powerlevel10k in non-login shells, too!
2022-12-11 Alexander BartonLook for configuration files in $ZDOTDIR
2022-04-07 Alexander BartonUpdate copyright notices for 2022 :-)
2022-02-01 Alexander BartonWrite an initial PATH variable to the "ax-io" cache...
2022-02-01 Alexander BartonSimplify error checking on cache file creation
2022-02-01 Alexander BartonDisable Powerlevel9k "instant prompt" warnings in debug...
2021-12-28 Alexander BartonFix core plugin numbering
2021-12-04 Alexander BartonRefactoring: Use "axzsh_" prefix (instead of "ax_"...
2021-03-29 Alexander Bartonax.zsh: Put new cache files in place only after they...
2021-03-29 Alexander Bartonax.zsh: Don't call mkdir(1) unconditionally
2021-03-29 Alexander Bartonax.zsh: Fix comment, output is only allowed in "ax...
2021-01-17 Alexander BartonHandle plugins with ".plugin.zsh" folder suffix
2020-12-26 Alexander BartonCorrectly mark variables as local in axzsh_handle_stage()
2020-12-26 Alexander BartonMove 3rd-party integration into axzsh_handle_stage()
2020-12-26 Alexander BartonThe "debug mode" does not depend on "AXZSH" being unset
2020-11-24 Alexander BartonAdd a hint to ax.zsh, so that iTerm2 doesn't add its...
2020-06-11 Alexander BartonIntegrate support for Powerlevel10k, including "instant...
2020-06-11 Alexander BartonIntroduce new "ax-io" stage, which is run before all...
2020-06-11 Alexander Bartonax.zsh: Refactor "stage initialization" into new axzsh_...
2019-04-22 Alexander BartonFix handling of legacy terminal types
2019-02-03 Alexander BartonRead in the theme before cleaning up ...
2019-02-03 Alexander BartonDon't include theme into the cache, only the "source...
2019-02-03 Alexander BartonInclude the theme into the global context
2019-02-03 Alexander Bartonax.zsh: Correctly ignore OhMyZSH "theme plugins"
2018-02-11 Alexander BartonEnhance support for remote plugins with embedded themes
2017-11-20 Alexander BartonDon't load themes and ext. plugins on "dumb" terminals
2017-04-14 Alexander BartonTry to load Oh My ZSH plugins with "zsh-" prefix stripped
2017-04-10 Alexander Bartonax.zsh: Add function paths to axzsh_fpath[] in cache...
2017-04-10 Alexander Bartonax.zsh: Use ax_plugin_init() instead of init()
2017-04-07 Alexander BartonCache: Read "zprofile" in the correct context in "zshrc...
2017-04-07 Alexander Bartonax.zsh: Don't clobber global namespace with function...
2017-04-07 Alexander BartonUpdate copyright notices for 2017 ;-)
2017-04-07 Alexander BartonImplement caching of active plugins
2017-01-27 Alexander BartonSetup $PATH on 1st run only
2016-11-15 Alexander BartonMake sure that $SHELL is set and available
2016-05-06 Alexander BartonReally skip unknown plugins altogether
2016-05-06 Alexander BartonAdd some more comments ...
2016-05-06 Alexander BartonStrip ".zsh" extension from foreign plugin names
2016-05-06 Alexander BartonImplement plugin loading from GitHub
2016-05-06 Alexander BartonFix handling of foreign plugins
2016-05-06 Alexander Barton2016! :-)
2015-11-14 Alexander BartonOnly test for ~/.axzsh.debug once and export AXZSH_DEBUG
2015-11-14 Alexander BartonDon't call external tools, use variable modifiers
2015-10-13 Alexander BartonAdd plugin "function path" to search path, when existent
2015-09-27 Alexander Bartonax.zsh: Undefined "axzsh_load_plugin" function, it...
2015-07-30 Alexander BartonDon't error out when $AXZSH/active_plugins/ does not...
2015-07-30 Alexander BartonPlugins are activated using symlinks in $AXZSH/active_p...
2015-07-30 Alexander BartonDon't hardcode default plugins, read them from ./defaul...
2015-07-19 Alexander BartonNew plugin "std_options": Set standard ZSH options
2015-07-19 Alexander BartonNew plugin "grep"
2015-07-19 Alexander BartonSearch for plugins in "$ZSH_CUSTOM", too
2015-07-19 Alexander BartonNew plugin "less"
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-17 Alexander BartonShow a warning message when plugins can't be found
2015-07-16 Alexander BartonAdd "std_env" plugin to the list of default plugins
2015-07-08 Alexander BartonReduce number of core plugins
2015-07-06 Alexander BartonFix typo in comment
2015-07-03 Alexander BartonInitial commit