aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash/00-global.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bash/00-global.bash')
-rw-r--r--bash/.bash/00-global.bash14
1 files changed, 0 insertions, 14 deletions
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
-