]> arthur.barton.de Git - ax-zsh.git/shortlog
ax-zsh.git
2021-12-10 Alexander BartonREADME.md: Reformat the file a bit
2021-12-09 Alexander Barton2021. Still ... ;)
2021-12-08 Alexander Bartonhomebrew: Fix detection of Homebrew command completions
2021-12-04 Alexander Bartonneofetch: Implement axzsh_neofetch() function
2021-12-04 Alexander BartonEnhance handling of the Homebrew environment
2021-12-04 Alexander BartonRefactoring: Use "axzsh_" prefix (instead of "ax_"...
2021-08-25 Alexander Bartonstd_functions: Add (very simple) "open" function
2021-07-24 Alexander Barton40_path: Add Go and Cargo bin paths to $PATH when they...
2021-07-24 Alexander Bartongit: Add "gsta" and "gstp" aliases for Git stash push/pop
2021-07-05 Alexander Barton30_env.ax-io: Try to use a user-specific subfolder...
2021-06-01 Alexander Bartongit: Bring aliases in line with OhMyZsh (and extend...
2021-04-30 Alexander Bartonaxzshctl: Allow dashes in OhMyZsh plugin names
2021-04-30 Alexander BartonGreatly enhance the README.md file
2021-04-30 Alexander BartonAdd support for remote OhMyZsh plugins
2021-04-30 Alexander Bartonstd_aliases: Use "last -aw" for "lastf" and "lasth...
2021-04-30 Alexander Bartonaxzshctl: Fix syntax of "set-theme" in help output
2021-04-30 Alexander Bartoninstall.sh: Correctly report an error when "zsh" is...
2021-04-08 Alexander Bartonfzf: Newer Debian/Ubuntu packages use a different folde...
2021-04-02 Alexander Bartongoogler: Use "g0" alias to not clash with OhMyZsh ...
2021-03-29 Alexander Bartonaxzshctl: Validate plugin names in EnablePlugin()
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-03-29 Alexander Bartonaxzshctl: Only auto-complete enabled plugins on "disabl...
2021-03-23 Alexander Bartonaxzshctl: Make UpdatePluginCache() less verbose by...
2021-03-22 Alexander Bartonaxzshctl: Delete ZSH cache folder on "update-caches...
2021-03-22 Alexander Barton50_completion: Try to find all available completion...
2021-03-22 Alexander BartonGet rid of "bash_completion" default plugin
2021-03-21 Alexander Bartongoogler: Show browser output by default
2021-03-21 Alexander BartonNew "browser_select" plugin
2021-03-21 Alexander Bartoneditor_select: Mark plugin as optional
2021-03-21 Alexander Bartongoogler: Limit number of results depending on LINES...
2021-03-21 Alexander Bartoneditor_select: Alias "zshrnv" in non-login shells,...
2021-03-21 Alexander BartonAdd new "starship" theme wrapper
2021-03-06 Alexander Bartonssh: Slightly enhance file comments
2021-03-06 Alexander Barton30_env.ax-io: Create individual XDG_RUNTIME_DIR, when...
2021-03-06 Alexander Barton30_env.ax-io: Use mktemp(3) to detect default remporary...
2021-01-17 Alexander Bartoncheat: Add c() function for browsing cht.sh when fzf...
2021-01-17 Alexander BartonHandle plugins with ".plugin.zsh" folder suffix
2021-01-17 Alexander Bartonaxzshctl: Handle GitHub plugins with dots (".") in...
2021-01-17 Alexander BartonNew "autojump" plugin
2021-01-17 Alexander Bartonaxzshctl: Bring Git updates in line and show logs
2020-12-26 Alexander Barton01_zprofile.zshrc: Don't forget the "ax-io" stage!
2020-12-26 Alexander Barton01_zprofile.zshrc: Don't duplicate code, call axzsh_han...
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-12-26 Alexander BartonSplit 30_env into "ax-io" and "zshrc" stage
2020-12-26 Alexander Bartonaxzshctl set-theme completion: Look for all types in...
2020-12-07 Alexander Bartoncalendar: Check for successful invocation, not only...
2020-11-24 Alexander Barton30_env: Tweak TMPDIR handling, no longer bother with TMP
2020-11-24 Alexander BartonDon't use $HOSTNAME or call hostname(1), use $HOST...
2020-11-24 Alexander BartonAdd a hint to ax.zsh, so that iTerm2 doesn't add its...
2020-11-24 Alexander Bartoniterm2: Update integration, add iterm2_clear_captured_o...
2020-11-22 Alexander Bartonaxzshctl check-plugins: Use a subshell and cache core...
2020-11-22 Alexander Barton00-newline: This plugin is optional for "axzshctl check...
2020-11-22 Alexander Bartonaxzshctl: Embed "ax-common" compatibility functions
2020-11-22 Alexander Bartonaxzshctl check-plugins: Enhance output
2020-11-22 Alexander Bartonaxzshctl check-plugins: Correctly handle "ax-io" plugins
2020-08-24 Alexander Bartonhistory: Make sure HISTFILE is set
2020-08-23 Alexander Bartoniterm2: Enable use inside of tmux(1) sessions
2020-08-23 Alexander Bartoniterm2: Add iTerm 2 tools folder to search path
2020-08-23 Alexander Bartonstd_aliases: Add some more common aliases
2020-08-23 Alexander Bartonhistory: Introduce the clear_history() function
2020-08-23 Alexander Bartonless: Explicitely set the PAGER variable to the path...
2020-08-23 Alexander Bartonhistory: Don't fiddle with HISTFILE, use its defaults
2020-07-31 Alexander BartonAdd "00-newline" plugin
2020-07-31 Alexander BartonNew "neofetch" plugin
2020-07-31 Alexander BartonNew "calendar" plugin
2020-07-31 Alexander Bartonicalbuddy: Don't start with an empty line
2020-07-31 Alexander Bartonicalbuddy, remind: Create "stamp file" in XDG_CACHE_HOME
2020-07-31 Alexander Bartonaxzshctl: Set AXZSH_PLUGIN_CHECK=1 when rebuilding...
2020-07-31 Alexander Bartoncore: Move 20_home and 30_env to "ax-io" stage
2020-07-12 Alexander Barton80_local_config: Read local profile(s) in "ax-io" stage
2020-07-05 Alexander Bartonstd_env: Set CLICOLOR=1 (if not set already)
2020-07-05 Alexander Bartonaxzshctl: Remove "ax-io.cache" in UpdatePluginCache...
2020-07-05 Alexander Barton11_terminal: Fix file names in file comments
2020-06-11 Alexander Bartonaxzshctl: Add --version
2020-06-11 Alexander Bartonaxzshctl: Show help on stderr, add "help" alias
2020-06-11 Alexander BartonNew "std_functions" default plugin
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_...
2020-06-07 Alexander Bartoniterm2: Update to iTerm2 shell integration v11
2020-06-06 Alexander Barton12_locale: Enhance matching of Linux systems
2020-05-24 Alexander Bartonaxzshctl: Look harder for themes in remote modules
2020-05-24 Alexander Bartonaxzshctl: Use the enhanced test function of zsh
2020-05-24 Alexander BartonNew "travis" plugin
2020-04-22 Alexander BartonNew "hstr" plugin
2020-04-22 Alexander Bartoninstall.sh: Fix some shellcheck(1) warnings, update...
2020-03-29 Alexander BartonNew "fzy" plugin
2020-03-21 Alexander Bartonstd_aliases: Remove "0", quite useless
2020-03-21 Alexander BartonFix axzsh_is_widechar_terminal() logic
2020-03-21 Alexander Bartonaxemoji: Use nicer emoji for righthand error notice
2020-03-21 Alexander BartonKeep $AXZSH variable in axttyinfo alias
2020-02-15 Alexander Bartonaxzshctl: Don't use verbose mode for file operations...
2020-02-15 Alexander Bartonaxzshctl: Don't show title for "UpdatePluginCache"...
2020-02-15 Alexander Bartonaxzshctl: Streamline messages on "enable-plugin"
2020-02-15 Alexander Bartonaxzshctl: Handle themes on "disable-plugin" & clean...
2020-02-07 Alexander Bartonfzf: Look in BSD-specific paths, too!
next