mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Add a bash/zsh compatibility option.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
set -o nounset
|
||||
set -o errexit
|
||||
set -o shwordsplit 2>/dev/null # Make zsh behave like bash
|
||||
|
||||
case $(uname) in
|
||||
Linux)
|
||||
|
||||
Reference in New Issue
Block a user