From c6cc202ab95e6f199e63d59ea68d4bcb39940945 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 9 Apr 2024 18:29:39 -0600 Subject: redid bash config and update script, experimenting with doom emacs --- bash/.bash/00-global.bash | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 bash/.bash/00-global.bash (limited to 'bash/.bash/00-global.bash') diff --git a/bash/.bash/00-global.bash b/bash/.bash/00-global.bash deleted file mode 100644 index 1700755..0000000 --- a/bash/.bash/00-global.bash +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -# -# 00-global.bash -# define global bash things -# - -# expand history size -export HISTSIZE=100000 - -# source global definitions -if [ -f /etc/bashrc ]; then - . /etc/bashrc -fi - -- cgit v1.2.3