Add shell shebang to zshrc

This commit is contained in:
Benedikt Heine 2026-01-19 00:00:38 +01:00 committed by Felix Buehler
parent 0ca8701d46
commit 25854fdd72

View file

@ -1,3 +1,5 @@
#!/usr/bin/env zsh
# Path to your oh-my-zsh installation. # Path to your oh-my-zsh installation.
export ZSH=~/.oh-my-zsh export ZSH=~/.oh-my-zsh
fpath=( ~/.zcomplete "${fpath[@]}" ) fpath=( ~/.zcomplete "${fpath[@]}" )