]> arthur.barton.de Git - ax-zsh.git/log
ax-zsh.git
8 years ago50_completion: Ignore completion functions
Alexander Barton [Sun, 19 Jul 2015 20:54:15 +0000 (22:54 +0200)]
50_completion: Ignore completion functions

8 years ago10_terminal: Set terminal title and working directory in one function
Alexander Barton [Sun, 19 Jul 2015 20:53:42 +0000 (22:53 +0200)]
10_terminal: Set terminal title and working directory in one function

8 years agovirtualenvwrapper: Use virtualenvwrapper_lazy.sh, when available
Alexander Barton [Sun, 19 Jul 2015 15:47:16 +0000 (17:47 +0200)]
virtualenvwrapper: Use virtualenvwrapper_lazy.sh, when available

"Lazy loading" enhance startup times :-)

8 years agoNew plugin "std_options": Set standard ZSH options
Alexander Barton [Sun, 19 Jul 2015 15:21:49 +0000 (17:21 +0200)]
New plugin "std_options": Set standard ZSH options

This plugin is a default plugin, therefore loaded automatically.

8 years ago10_keyboard: Enable editing of the current command line in $EDITOR
Alexander Barton [Sun, 19 Jul 2015 15:11:54 +0000 (17:11 +0200)]
10_keyboard: Enable editing of the current command line in $EDITOR

8 years agohistory: Save history file in cache directory by default
Alexander Barton [Sun, 19 Jul 2015 15:02:18 +0000 (17:02 +0200)]
history: Save history file in cache directory by default

8 years ago50_completion: Save "compdump" file in cache directory
Alexander Barton [Sun, 19 Jul 2015 15:01:54 +0000 (17:01 +0200)]
50_completion: Save "compdump" file in cache directory

8 years ago05_fpath: Ignore errors/warnings of "typeset"
Alexander Barton [Sun, 19 Jul 2015 14:49:59 +0000 (16:49 +0200)]
05_fpath: Ignore errors/warnings of "typeset"

8 years agocompletion: Ignore "uninteresting" users
Alexander Barton [Sun, 19 Jul 2015 14:48:32 +0000 (16:48 +0200)]
completion: Ignore "uninteresting" users

8 years agocorrection: Update array of commands not to correct
Alexander Barton [Sun, 19 Jul 2015 14:48:01 +0000 (16:48 +0200)]
correction: Update array of commands not to correct

8 years agoNew plugin "grep"
Alexander Barton [Sun, 19 Jul 2015 14:44:47 +0000 (16:44 +0200)]
New plugin "grep"

This plugin is a default plugin, therefore loaded automatically.

8 years agoSearch for plugins in "$ZSH_CUSTOM", too
Alexander Barton [Sun, 19 Jul 2015 14:05:37 +0000 (16:05 +0200)]
Search for plugins in "$ZSH_CUSTOM", too

That's the location used by OhMyZsh ...

8 years agobyebye: Clear the console on logout if it is a local tty
Alexander Barton [Sun, 19 Jul 2015 13:51:02 +0000 (15:51 +0200)]
byebye: Clear the console on logout if it is a local tty

8 years agoNew plugin "less"
Alexander Barton [Sun, 19 Jul 2015 13:41:57 +0000 (15:41 +0200)]
New plugin "less"

This plugin is a default plugin, therefore loaded automatically.

8 years ago40_path: Update logic, add more search paths
Alexander Barton [Sun, 19 Jul 2015 12:25:10 +0000 (14:25 +0200)]
40_path: Update logic, add more search paths

Don't call "path_helper" at the end, because it reorders the PATH components
which leads to unpredictable results on OS X.

And add some more optional search paths, like Alex' "ConfigScripts" does.

8 years agoAdd "mosh" plugin
Alexander Barton [Sat, 18 Jul 2015 16:02:48 +0000 (18:02 +0200)]
Add "mosh" plugin

8 years agoRework FPATH and completion system
Alexander Barton [Sat, 18 Jul 2015 16:02:28 +0000 (18:02 +0200)]
Rework FPATH and completion system

Now AX-ZSH manages its own additional FPATH components, and adds these to
the actual FPATH after reading all zprofile files and before handling all
the zshrc files.

This allows plugins to add custom FPATH directories in their zprofile
part, and to configure completion settings in their zshrc file: "compinit"
is called by the ax.zsh script between these two steps.

8 years agoEnhance debug output
Alexander Barton [Sat, 18 Jul 2015 15:39:10 +0000 (17:39 +0200)]
Enhance debug output

8 years agoax.zsh: Initialize script name and type in the very beginning
Alexander Barton [Sat, 18 Jul 2015 15:21:49 +0000 (17:21 +0200)]
ax.zsh: Initialize script name and type in the very beginning

8 years agoREADME.md: Remove wrong and unneeded commands
Alexander Barton [Sat, 18 Jul 2015 15:21:08 +0000 (17:21 +0200)]
README.md: Remove wrong and unneeded commands

It is "typeset" (not "typedef"), and not necessary at all ...

8 years agoAdd "thefuck" plugin
Alexander Barton [Sat, 18 Jul 2015 02:13:01 +0000 (04:13 +0200)]
Add "thefuck" plugin

8 years agostd_env: Setup LESS environment
Alexander Barton [Sat, 18 Jul 2015 02:12:49 +0000 (04:12 +0200)]
std_env: Setup LESS environment

8 years agostd_aliases: Add some aliases for last(1)
Alexander Barton [Sat, 18 Jul 2015 02:12:25 +0000 (04:12 +0200)]
std_aliases: Add some aliases for last(1)

8 years agoAdd "ssh_secure" plugin
Alexander Barton [Sat, 18 Jul 2015 02:12:09 +0000 (04:12 +0200)]
Add "ssh_secure" plugin

Defines some aliases to make OpenSSH handling more secure.

8 years agoAdd "ccache" plugin
Alexander Barton [Sat, 18 Jul 2015 02:11:32 +0000 (04:11 +0200)]
Add "ccache" plugin

8 years agoAdd "10_keyboard" core plugin to configure keyboard settings
Alexander Barton [Sat, 18 Jul 2015 01:49:37 +0000 (03:49 +0200)]
Add "10_keyboard" core plugin to configure keyboard settings

At the moment, only "emacs mode" is selected.

8 years agoAdd "editor_select" plugin to auto-configure $EDITOR variable
Alexander Barton [Sat, 18 Jul 2015 01:43:18 +0000 (03:43 +0200)]
Add "editor_select" plugin to auto-configure $EDITOR variable

8 years agovirtualenvwrapper: Set PIP_REQUIRE_VIRTUALENV=true
Alexander Barton [Sat, 18 Jul 2015 01:42:44 +0000 (03:42 +0200)]
virtualenvwrapper: Set PIP_REQUIRE_VIRTUALENV=true

8 years agoREADME.md: Add into
Alexander Barton [Fri, 17 Jul 2015 19:38:53 +0000 (21:38 +0200)]
README.md: Add into

8 years agoREADME.md: Move "environment variables" section down
Alexander Barton [Fri, 17 Jul 2015 19:36:12 +0000 (21:36 +0200)]
README.md: Move "environment variables" section down

8 years agoShow a warning message when plugins can't be found
Alexander Barton [Fri, 17 Jul 2015 19:34:53 +0000 (21:34 +0200)]
Show a warning message when plugins can't be found

8 years agoREADME.md: Update and enhance configuration section
Alexander Barton [Fri, 17 Jul 2015 19:34:27 +0000 (21:34 +0200)]
README.md: Update and enhance configuration section

Add an example for a ~/.zshenv file.

8 years ago"40_path": use "manpath -q" (quite mode)
Alexander Barton [Fri, 17 Jul 2015 01:07:36 +0000 (03:07 +0200)]
"40_path": use "manpath -q" (quite mode)

8 years agoAdd "virtualenvwrapper" plugin
Alexander Barton [Fri, 17 Jul 2015 01:06:54 +0000 (03:06 +0200)]
Add "virtualenvwrapper" plugin

8 years ago40_path: Reorder setting of PATH and MANPATH
Alexander Barton [Thu, 16 Jul 2015 22:57:13 +0000 (00:57 +0200)]
40_path: Reorder setting of PATH and MANPATH

This is required because manpath(1) requires a correctly set PATH
environment variable.

8 years agoAdd "std_env" plugin to the list of default plugins
Alexander Barton [Thu, 16 Jul 2015 22:39:33 +0000 (00:39 +0200)]
Add "std_env" plugin to the list of default plugins

8 years agoAdd "std_env" plugin
Alexander Barton [Thu, 16 Jul 2015 22:39:15 +0000 (00:39 +0200)]
Add "std_env" plugin

Currently only the "MANWIDTH" variable is initialized.

8 years agoAdd "40_path" plugin to initialize PATH and MANPATH
Alexander Barton [Thu, 16 Jul 2015 22:38:18 +0000 (00:38 +0200)]
Add "40_path" plugin to initialize PATH and MANPATH

8 years agossh: Move ssh wrapper initialization to new ssh.zprofile
Alexander Barton [Fri, 10 Jul 2015 00:15:58 +0000 (02:15 +0200)]
ssh: Move ssh wrapper initialization to new ssh.zprofile

8 years agossh: Look for and initialize an "ssh wrapper" command
Alexander Barton [Fri, 10 Jul 2015 00:12:55 +0000 (02:12 +0200)]
ssh: Look for and initialize an "ssh wrapper" command

At the moment, this wrapper is only configured for Git (GIT_SSH).

8 years agossh: Make sure that ssh(1) is installed
Alexander Barton [Fri, 10 Jul 2015 00:12:07 +0000 (02:12 +0200)]
ssh: Make sure that ssh(1) is installed

8 years agoAdd "keychain" plugin
Alexander Barton [Wed, 8 Jul 2015 23:02:31 +0000 (01:02 +0200)]
Add "keychain" plugin

8 years agoReduce number of core plugins
Alexander Barton [Wed, 8 Jul 2015 23:01:31 +0000 (01:01 +0200)]
Reduce number of core plugins

Git and Homebrew aren't "core" ...

8 years ago80_local_config.zlogout: Fix syntax
Alexander Barton [Wed, 8 Jul 2015 22:58:25 +0000 (00:58 +0200)]
80_local_config.zlogout: Fix syntax

Silly typo ...

8 years ago80_local_config: Read $HOME/.z{login|zlogout|zprofile|zshrc}.local
Alexander Barton [Tue, 7 Jul 2015 12:46:59 +0000 (14:46 +0200)]
80_local_config: Read $HOME/.z{login|zlogout|zprofile|zshrc}.local

8 years ago80_local_config: Show debug messages, when enabled.
Alexander Barton [Tue, 7 Jul 2015 12:46:09 +0000 (14:46 +0200)]
80_local_config: Show debug messages, when enabled.

8 years ago10_terminal: Don't send init string to terminal
Alexander Barton [Tue, 7 Jul 2015 11:09:07 +0000 (13:09 +0200)]
10_terminal: Don't send init string to terminal

This shouldn't be necessary, because the terminal is already initialized by
login(8) or the remote system.

8 years ago01_zprofile & 99_zlogin: Make sure z{profile|login} is read
Alexander Barton [Mon, 6 Jul 2015 21:30:30 +0000 (23:30 +0200)]
01_zprofile & 99_zlogin: Make sure z{profile|login} is read

Make sure that all the z{profile|login} plugins have been read, in
the current (login) ZSH, or in an parent ZSH, and read them in before
and after all the "zshrc" files if not.

8 years agoFix typo in comment
Alexander Barton [Mon, 6 Jul 2015 21:28:55 +0000 (23:28 +0200)]
Fix typo in comment

8 years agoInitial commit
Alexander Barton [Fri, 3 Jul 2015 00:20:35 +0000 (02:20 +0200)]
Initial commit