mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-18 10:39:58 +02:00
mac os fix
This commit is contained in:
@@ -20,7 +20,7 @@ function noyes() {
|
||||
|
||||
function theme_preview() {
|
||||
THEME=$1
|
||||
export ZDOTDIR="$(mktemp -d)"
|
||||
export ZDOTDIR="$(mktemp -d tmp.zshXXXX)"
|
||||
|
||||
cat <<-EOF >"$ZDOTDIR/.zshrc"
|
||||
source ~/.zshrc
|
||||
|
Reference in New Issue
Block a user