about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHenri Menke <henri@icp.uni-stuttgart.de>2020-03-29 17:07:31 +1300
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-29 20:17:29 +0000
commit83f7dc780661ca471ac70fc2b1d5aa6247c7c189 (patch)
treee7b43706e3998c8730f726a7c4468d6ec75f7829 /ChangeLog
parenta6610c4a17637cde780f9088273929071b742ef8 (diff)
downloadzsh-83f7dc780661ca471ac70fc2b1d5aa6247c7c189.tar.gz
zsh-83f7dc780661ca471ac70fc2b1d5aa6247c7c189.tar.xz
zsh-83f7dc780661ca471ac70fc2b1d5aa6247c7c189.zip
45646: completion: Unison: Honour the $UNISON variable
By default Unison uses the ~/.unison directory to store its cache and
profiles.  However, this location is configurable through the $UNISON
environment variable.  Quoting from the manual [1]:

> If the environment variable UNISON is defined, then its value will be
> used as the name of this directory.

This patch enables users to move the .unison directory and still enjoy
zsh completion for profiles.

[1] https://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html#unisondir
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 943bfe1d4..72aba5023 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-29  Henri Menke  <henri@icp.uni-stuttgart.de>
+
+	* 45646: Completion/Unix/Command/_unison: completion: Unison:
+	Honour the $UNISON variable
+
 2020-03-28  Gastón Haro  <gaston.haro@fing.edu.uy>
 
 	* github #46: Completion/Unix/Command/_git: _git-restore: