diff options
| author | Muhammad Atif Ali <me@matifali.dev> | 2024-10-03 01:47:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-03 10:47:33 +0200 |
| commit | 0c8ce9d6adf9982c2f024c42f13b9781fd9846f0 (patch) | |
| tree | 07c423780be945a9114d939bc9217f7c7b80b33c /tools/theme_chooser.sh | |
| parent | 7ce26a810d79fa65abdb6a9b47b64bed59f1eefc (diff) | |
| download | zsh-0c8ce9d6adf9982c2f024c42f13b9781fd9846f0.tar.gz zsh-0c8ce9d6adf9982c2f024c42f13b9781fd9846f0.tar.bz2 zsh-0c8ce9d6adf9982c2f024c42f13b9781fd9846f0.zip | |
fix(theme-chooser): use `env` in shebang (#12720)
Diffstat (limited to 'tools/theme_chooser.sh')
| -rwxr-xr-x | tools/theme_chooser.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/theme_chooser.sh b/tools/theme_chooser.sh index 3883f1d37..ab270e8e1 100755 --- a/tools/theme_chooser.sh +++ b/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 |
