From 2538629b9e5186990973ac95f0e47ba966938872 Mon Sep 17 00:00:00 2001 From: infogulch Date: Fri, 21 May 2021 15:21:40 -0500 Subject: [PATCH] Clean up .bashrc --- .bashrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.bashrc b/.bashrc index acb811c..a1c7e3a 100644 --- a/.bashrc +++ b/.bashrc @@ -1,7 +1,3 @@ -# ~/.bashrc: executed by bash(1) for non-login shells. -# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) -# for examples - # If not running interactively, don't do anything case $- in *i*) ;; @@ -23,10 +19,6 @@ HISTFILESIZE=2000 # update the values of LINES and COLUMNS. shopt -s checkwinsize -# If set, the pattern "**" used in a pathname expansion context will -# match all files and zero or more directories and subdirectories. -#shopt -s globstar - # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"