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_zshenv | |
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_zshenv')
-rw-r--r-- | dot_config/zsh/dot_zshenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/zsh/dot_zshenv b/dot_config/zsh/dot_zshenv index cf04d34..19d3b96 100644 --- a/dot_config/zsh/dot_zshenv +++ b/dot_config/zsh/dot_zshenv @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env zsh # profile file. Runs on login. Environmental variables are set here. # If you don't plan on reverting to bash, you can remove the link in ~/.profile |