Browse Source

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

Muhammad Atif Ali 1 month ago
parent
commit
0c8ce9d6ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/theme_chooser.sh

+ 1 - 1
tools/theme_chooser.sh

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