aboutsummaryrefslogtreecommitdiffstats
path: root/etc/disable-common.inc
diff options
context:
space:
mode:
authorLibravatar The Fox in the Shell <KellerFuchs@hashbang.sh>2016-06-18 17:35:25 +0200
committerLibravatar The Fox in the Shell <KellerFuchs@hashbang.sh>2016-06-18 17:35:25 +0200
commit04fd67d0cc3b525d2fc46778df8d0e3a1babb7e6 (patch)
tree107f5ce26e0f43e6da1ea63cd5e57798e80c7d97 /etc/disable-common.inc
parentfree memory (diff)
downloadfirejail-04fd67d0cc3b525d2fc46778df8d0e3a1babb7e6.tar.gz
firejail-04fd67d0cc3b525d2fc46778df8d0e3a1babb7e6.tar.zst
firejail-04fd67d0cc3b525d2fc46778df8d0e3a1babb7e6.zip
disable-common: Add ZSH-related init files
Antigen is a popular plugin manager for ZSH
Diffstat (limited to 'etc/disable-common.inc')
-rw-r--r--etc/disable-common.inc4
1 files changed, 4 insertions, 0 deletions
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
58read-only ${HOME}/.profile 58read-only ${HOME}/.profile
59 59
60# Shell startup files 60# Shell startup files
61read-only ${HOME}/.antigen
61read-only ${HOME}/.bash_login 62read-only ${HOME}/.bash_login
62read-only ${HOME}/.bashrc 63read-only ${HOME}/.bashrc
63read-only ${HOME}/.bash_profile 64read-only ${HOME}/.bash_profile
64read-only ${HOME}/.bash_logout 65read-only ${HOME}/.bash_logout
66read-only ${HOME}/.zsh.d
67read-only ${HOME}/.zshenv
65read-only ${HOME}/.zshrc 68read-only ${HOME}/.zshrc
69read-only ${HOME}/.zshrc.local
66read-only ${HOME}/.zlogin 70read-only ${HOME}/.zlogin
67read-only ${HOME}/.zprofile 71read-only ${HOME}/.zprofile
68read-only ${HOME}/.zlogout 72read-only ${HOME}/.zlogout