mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
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:
parent
00b9b62385
commit
99fda448f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue