summaryrefslogtreecommitdiff
path: root/roles/core/zsh/vars/OpenBSD.yml
blob: d11fe11eb571324a51ce7a41df742b060780ef1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
zsh_banner_shell: /bin/ksh
zsh_bin_path: /usr/local/bin/zsh
zsh_conf_base_dir: /etc

zsh_default_shell_lineinfile:
  /etc/usermgmt.conf:
    regexp: '^#?shell\s'
    line: 'shell		/usr/local/bin/zsh'
  /etc/adduser.conf:
    regexp: '^#?defaultshell='
    line: 'defaultshell=/usr/local/bin/zsh'