summaryrefslogtreecommitdiff
path: root/old/neovim
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-02-21 19:35:43 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-02-21 19:35:43 -0500
commitbcc4964bc29c054a026984078527bcab095ee46c (patch)
treef14216751a2d2dcebb5625e4709aa421d0697db8 /old/neovim
parent6b5fcfdb983d41d6a0da32f7cbad1a38a0202aa5 (diff)
refactor!: Using /usr/bin/env shebangsv1.0.1
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
Diffstat (limited to 'old/neovim')
-rwxr-xr-xold/neovim2
1 files changed, 1 insertions, 1 deletions
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