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.
This commit is contained in:
Muhammad Atif Ali 2024-10-03 13:38:51 +05:00 committed by GitHub
commit 99fda448f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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