Commit 76dd2d8b authored by fox's avatar fox
Browse files

mac os fix

parent 5d5d2f94
...@@ -20,7 +20,7 @@ function noyes() { ...@@ -20,7 +20,7 @@ function noyes() {
function theme_preview() { function theme_preview() {
THEME=$1 THEME=$1
export ZDOTDIR="$(mktemp -d)" export ZDOTDIR="$(mktemp -d tmp.zshXXXX)"
cat <<-EOF >"$ZDOTDIR/.zshrc" cat <<-EOF >"$ZDOTDIR/.zshrc"
source ~/.zshrc source ~/.zshrc
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment