feat(macos): exit on error
This commit is contained in:
parent
41bcfd066a
commit
067654e268
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Exit on error
|
||||
set -e
|
||||
|
||||
# Path to your dotfiles.
|
||||
export DOTFILES=$HOME/.dotfiles
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue