diff --git a/image_creator/os_type/unix.py b/image_creator/os_type/unix.py
index 7255f444c7b2f11c6a1b027756c539e2eab9f2e8..fa33c7e459f8e972e64eee349cfec552c200c5c4 100644
--- a/image_creator/os_type/unix.py
+++ b/image_creator/os_type/unix.py
@@ -42,7 +42,9 @@ class Unix(OSBase):
     """OS class for Unix"""
     sensitive_userdata = [
         '.history',
+        '.sh_history',
         '.bash_history',
+        '.zsh_history',
         '.gnupg',
         '.ssh',
         '.kamakirc',