Skip to content

Commit

Permalink
feat(omz): put extra stuff in zshenv
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed May 21, 2020
1 parent 258d154 commit 7a6ea78
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions omz/customization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,16 @@
alias clip='pbcopy'
alias grep='grep --colour=auto'
alias ls='ls -GFh'
- name: Ensure extras exists
file:
path: ~/.zshenv
state: file
mode: 0700

- name: Setup extras
blockinfile:
dest: ~/.zshrc
marker: "### {mark} Ansible managed: env"
block: |
source ~/.zshenv

0 comments on commit 7a6ea78

Please sign in to comment.