]> arthur.barton.de Git - ax-zsh.git/log
ax-zsh.git
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