From 25854fdd72285930529f3a8bc1249abf05859627 Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Mon, 19 Jan 2026 00:00:38 +0100 Subject: [PATCH] Add shell shebang to zshrc --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index ccf96a7..0919c53 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,3 +1,5 @@ +#!/usr/bin/env zsh + # Path to your oh-my-zsh installation. export ZSH=~/.oh-my-zsh fpath=( ~/.zcomplete "${fpath[@]}" )