From 27ac56f3af62474cb4e69728541e551c0c5dd4a4 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 5 Sep 2021 00:23:41 -0400 Subject: Major updates to my shell configuration --- shell/bash | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 shell/bash (limited to 'shell/bash') diff --git a/shell/bash b/shell/bash deleted file mode 100644 index 0dc9c97..0000000 --- a/shell/bash +++ /dev/null @@ -1,37 +0,0 @@ -color="no" -case "$TERM" in - xterm*) color=yes;; - *256color) color=yes;; -esac - -if [ "$color" = "yes" ] ; then - colormanpages - setcolorterminal - setcoloraliases - setlscolors -fi - -set_pager -set_editor -set_go -setaliases -setsudoaliases - -export PROMPT_COMMAND="set_my_title" -export MANWIDTH=80 - -# checkSSHAgent - -case "$-" in -*i*) - set_pager - set_editor - setaliases - - export PS1="$ " - if [ $(id -u) -eq 0 ] ; then - export PS1="# " - fi -;; -*) return ;; -esac -- cgit v1.2.3