From 04fd67d0cc3b525d2fc46778df8d0e3a1babb7e6 Mon Sep 17 00:00:00 2001 From: The Fox in the Shell Date: Sat, 18 Jun 2016 17:35:25 +0200 Subject: disable-common: Add ZSH-related init files Antigen is a popular plugin manager for ZSH --- etc/disable-common.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/disable-common.inc b/etc/disable-common.inc index cff2289fd..4a8a379e5 100644 --- a/etc/disable-common.inc +++ b/etc/disable-common.inc @@ -58,11 +58,15 @@ read-only ${HOME}/.xserverrc read-only ${HOME}/.profile # Shell startup files +read-only ${HOME}/.antigen read-only ${HOME}/.bash_login read-only ${HOME}/.bashrc read-only ${HOME}/.bash_profile read-only ${HOME}/.bash_logout +read-only ${HOME}/.zsh.d +read-only ${HOME}/.zshenv read-only ${HOME}/.zshrc +read-only ${HOME}/.zshrc.local read-only ${HOME}/.zlogin read-only ${HOME}/.zprofile read-only ${HOME}/.zlogout -- cgit v1.2.3-54-g00ecf