Skip to content

Commit

Permalink
fix(xplat): add check for darwin for themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Deavon M. McCaffery committed Aug 19, 2016
1 parent deadbe9 commit 3b28084
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/scripts/themes.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
function themes()
{
if [ "$(uname)" != "Darwin" ]; then
return
fi

open ~/.ssh/themes/terminal/Monokai.terminal
}
}

0 comments on commit 3b28084

Please sign in to comment.