diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-05 00:23:41 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-05 00:23:41 -0400 |
| commit | 27ac56f3af62474cb4e69728541e551c0c5dd4a4 (patch) | |
| tree | 4fece6e169320bdfa8b2fc90fc629285520fcb0f /shell/bash | |
| parent | 319ac2aec7787ae500eb3ff84020b7ca3e149298 (diff) | |
| download | dotfiles-27ac56f3af62474cb4e69728541e551c0c5dd4a4.tar.gz dotfiles-27ac56f3af62474cb4e69728541e551c0c5dd4a4.tar.xz | |
Major updates to my shell configuration
Diffstat (limited to 'shell/bash')
| -rw-r--r-- | shell/bash | 37 |
1 files changed, 0 insertions, 37 deletions
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 |
