summaryrefslogtreecommitdiff
path: root/roles/zsh/vars/Debian.yml
blob: 7138fd2f78fff1e082cb4825dc359d5faabebda5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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'