From e060b2ce87698712fc35e2eeb3dbb7a150eb6eeb Mon Sep 17 00:00:00 2001 From: jowj Date: Sun, 5 Jan 2020 14:18:12 -0600 Subject: [PATCH] remove erroneous f --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index a4d975f..2a3af0c 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,4 @@ -f#!/bin/bash +#!/bin/bash shopt -s nocaseglob # glob filenames case-insensitively shopt -s histappend # append history to history file, don't overwrite.