summaryrefslogtreecommitdiff
path: root/roles/core/zsh/vars/Debian.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/core/zsh/vars/Debian.yml')
-rw-r--r--roles/core/zsh/vars/Debian.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/core/zsh/vars/Debian.yml b/roles/core/zsh/vars/Debian.yml
new file mode 100644
index 00000000..7138fd2f
--- /dev/null
+++ b/roles/core/zsh/vars/Debian.yml
@@ -0,0 +1,12 @@
+---
+zsh_banner_shell: /bin/bash
+zsh_bin_path: /bin/zsh
+zsh_conf_base_dir: /etc/zsh
+
+zsh_default_shell_lineinfile:
+ /etc/default/useradd:
+ regexp: '^#?SHELL='
+ line: 'SHELL=/bin/zsh'
+ /etc/adduser.conf:
+ regexp: '^#?DSHELL='
+ line: 'DSHELL=/bin/zsh'