From 99fda448f45b3b38482ff43aa3ac16c2afa8b0fe Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 3 Oct 2024 13:38:51 +0500 Subject: [PATCH] fix: make tehem_chooser.sh work for non-default zsh installation paths When the zsh shell is installed at a non-default location like `~/.nix-profile/bin/zsh` for installation via nix. I was getting ```console zsh: ./.oh-my-zsh/tools/theme_chooser.sh: bad interpreter: /bin/zsh: no such file or directory ``` This change fixes that issue. --- tools/theme_chooser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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