Skip to content

Commit

Permalink
test: zsh code
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Oct 29, 2020
1 parent 332c49d commit 2a665e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test-files/test.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/zsh

set -x

if (($+commands[zsh])); then
echo found zsh
fi

0 comments on commit 2a665e6

Please sign in to comment.