diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index 60ea6b1d..a0c33a91 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -1,5 +1,3 @@ -#!/usr/bin/env bash - # Prefer US English export LANG="en_US" diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index d0add1a3..6d4e566e 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -1,4 +1,3 @@ -#!/usr/bin/env bash # shellcheck disable=SC1090,SC1091 # Prefer US English diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 6c45933e..faa7dcb3 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -1,4 +1,3 @@ -#!/usr/bin/env zsh # shellcheck disable=SC1090,SC1091,SC2034,SC2154,SC2296 ### Language / Fonts