1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-29 11:10:11 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Daniel Hahler
e68a914487 Change default values: .env => .autoenv.zsh etc
This changes the defaults:
 - AUTOENV_FILE_ENTER:   .env       => .autoenv.zsh
 - AUTOENV_FILE_LEAVE:   .env_leave => .autoenv_leave.zsh

`.env` is usually used only for key-value pairs for environment
settings, e.g. with foreman.  We do not want to interfere with this.

This also renames the setting/variable AUTOENV_ENV_FILENAME to
AUTOENV_AUTH_FILE, and uses the [XDG
spec](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables)
for the default location.

The new default location for the auth file will be
~/.local/share/autoenv_auth.

When the old setting is used, or the previous default exists, a warning
is given with instructions.

Fixes https://github.com/Tarrasch/zsh-autoenv/issues/31.
Closes https://github.com/Tarrasch/zsh-autoenv/pull/32.
2015-05-22 17:20:06 +02:00
Daniel Hahler
631ea30440 README: clarify that it won't load any .env file 2015-05-14 01:36:33 +02:00
Arash Rouhani
12cfed6d3f Update README.md
blueyed: fixed some punctuation/grammar.

Closes https://github.com/Tarrasch/zsh-autoenv/pull/28.
2015-05-06 23:05:24 +02:00
Daniel Hahler
362c7fe00f Huge update of the README (finally) 2015-05-06 20:53:41 +02:00
Joe Block
15bc1e3c62 Add zgen instructions 2015-02-18 20:25:28 +01:00
Daniel Hahler
d136fd8731 README: add section about manual installation 2014-12-11 16:31:41 +01:00
Daniel Hahler
57038effd1 README: build status: use master branch, and .svg 2014-12-04 07:58:45 +01:00
Arash Rouhani
b7dfc3ec04 Add bitdeli badge 2013-09-16 11:27:08 +02:00
Arash Rouhani
8bed1a975e Add travis image 2013-09-08 18:50:20 +02:00
Arash Rouhani
b849670591 Add readme 2013-09-08 17:14:28 +02:00