From fba9aa3061a109a0f873caf21a226dffc986b03f Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 31 Oct 2022 12:52:23 +0000 Subject: [PATCH] Update dotfiles/.bashrc, dotfiles/.bash_profile, dotfiles/.zshrc --- dotfiles/.bash_profile | 2 -- dotfiles/.bashrc | 1 - dotfiles/.zshrc | 1 - 3 files changed, 4 deletions(-) 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