From bcc4964bc29c054a026984078527bcab095ee46c Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 21 Feb 2026 19:35:43 -0500 Subject: refactor!: Using /usr/bin/env shebangs Switched from /bin/bash and /bin/zsh to /usr/bin/env bash and /usr/bin/env zsh. This allows the shell paths to be set by users in their path. BREAKING CHANGE: /usr/bin/env SHELL_NAME used as shebangs now --- old/neovim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'old/neovim') diff --git a/old/neovim b/old/neovim index ed53afc..f9def56 100755 --- a/old/neovim +++ b/old/neovim @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/usr/bin/env zsh source $HOME/personal/dotfiles/util -- cgit v1.2.3