Compare commits

...

2 Commits

Author SHA1 Message Date
bretello b50a9dec24
ansible: fix setup.yml syntax error 2022-08-22 10:20:49 +02:00
bretello c9767aad51
zsh: cleanup selfupdate mechanism (pt. 2) 2022-08-22 10:20:36 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
- name: zsh config
blockinfile:
path: $HOME/.zshrc
marker: "# brethil dotfiles"
marker: "# brethil dotfiles"
block: |
export DOTFILES={{ DOTFILES }}
source $DOTFILES/brethil_dotfile.sh

View File

@ -1,7 +1,7 @@
# vim:ft=zsh ts=2 sw=2 sts=2
export LANG=en_US.UTF-8
# Set DISABLE_DOTFILES_AUTOUPDATE=false to disable updates
# Set DISABLE_DOTFILES_AUTOUPDATE=true to disable updates
source "${DOTFILES}/check_for_update.zsh"
# theme-related variables