fix(theme-chooser): use `env` in shebang (#12720)

master
Muhammad Atif Ali 2 years ago committed by GitHub
parent 7ce26a810d
commit 0c8ce9d6ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/theme_chooser.sh

@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env zsh
# Zsh Theme Chooser by fox (fox91 at anche dot no)
# This program is free software. It comes without any warranty, to

Loading…
Cancel
Save