From 0bd258c8062827c9a751483e1b27f430727a4f57 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Wed, 27 Jan 2016 10:34:45 +0100 Subject: [PATCH 1/2] Test --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index d3eab43..6143059 100644 --- a/zshrc +++ b/zshrc @@ -9,6 +9,7 @@ # Determine zsh conf file position. On Debian/Ubuntu is /etc/zsh, on other should be /etc # + [ -d /etc/zsh ] && BASE="/etc/zsh" || BASE="/etc" [ -d ~/.zsh ] && BASE=~/.zsh From 6237ff02fa42e309e3110c089b9644c03df12573 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Wed, 27 Jan 2016 10:36:03 +0100 Subject: [PATCH 2/2] Remove --- zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zshrc b/zshrc index 6143059..d3eab43 100644 --- a/zshrc +++ b/zshrc @@ -9,7 +9,6 @@ # Determine zsh conf file position. On Debian/Ubuntu is /etc/zsh, on other should be /etc # - [ -d /etc/zsh ] && BASE="/etc/zsh" || BASE="/etc" [ -d ~/.zsh ] && BASE=~/.zsh