diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-11-06 16:19:47 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-11-06 16:19:47 -0600 |
commit | a07a0b9d908ac883d82bfc6d90a7d514ad9956c7 (patch) | |
tree | c6657964086fdd67a7a3a38a0e2ab06a97da34a1 /dot_config/zsh/dot_zshrc | |
parent | add kitty back but only when not running in SSH (diff) | |
download | dotfiles-a07a0b9d908ac883d82bfc6d90a7d514ad9956c7.tar dotfiles-a07a0b9d908ac883d82bfc6d90a7d514ad9956c7.tar.gz dotfiles-a07a0b9d908ac883d82bfc6d90a7d514ad9956c7.tar.bz2 dotfiles-a07a0b9d908ac883d82bfc6d90a7d514ad9956c7.tar.lz dotfiles-a07a0b9d908ac883d82bfc6d90a7d514ad9956c7.tar.xz dotfiles-a07a0b9d908ac883d82bfc6d90a7d514ad9956c7.tar.zst dotfiles-a07a0b9d908ac883d82bfc6d90a7d514ad9956c7.zip |
Make shellcheck stop complaining
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'dot_config/zsh/dot_zshrc')
-rw-r--r-- | dot_config/zsh/dot_zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index b8ebcb0..a592706 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -1,3 +1,4 @@ +#!/usr/bin/env zsh # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.config/zsh/.zshrc. # Initialization code that may require console input (password prompts, [y/n] # confirmations, etc.) must go above this block; everything else may go below. |