aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-21 18:19:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-21 18:19:12 +1200
commit3c4375fd62fb5a658a04a569dc0633851a624e0c (patch)
treeebb693d98471b9eceb8f9fc64de1a4d2d68ad75d /bash/bashrc
parentRestore tildeop setting (diff)
downloaddotfiles-3c4375fd62fb5a658a04a569dc0633851a624e0c.tar.gz
dotfiles-3c4375fd62fb5a658a04a569dc0633851a624e0c.zip
Move Bash options into separate file
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc38
1 files changed, 0 insertions, 38 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 4e271aa5..e4597a37 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -13,44 +13,6 @@ HISTTIMEFORMAT='%F %T '
# Don't tell me about mail
unset MAILCHECK
-shopt -u mailwarn &>/dev/null
-
-# Autocorrect fudged paths in cd calls
-shopt -s cdspell &>/dev/null
-
-# Update the hash table properly
-shopt -s checkhash &>/dev/null
-
-# Warn me about stopped jobs when exiting
-shopt -s checkjobs &>/dev/null
-
-# Update columns and rows if window size changes
-shopt -s checkwinsize &>/dev/null
-
-# Put multi-line commands onto one line of history
-shopt -s cmdhist &>/dev/null
-
-# Expand globbing and variables for directory completion
-shopt -s direxpand &>/dev/null
-
-# Autocorrect fudged paths during completion
-shopt -s dirspell &>/dev/null
-
-# Include dotfiles in pattern matching
-shopt -s dotglob &>/dev/null
-
-# Enable advanced pattern matching
-shopt -s extglob &>/dev/null
-
-# Enable double-starring paths
-shopt -s globstar &>/dev/null
-
-# Append rather than overwrite Bash history
-shopt -s histappend &>/dev/null
-
-# Ignore me if I try to complete an empty line
-shopt -s no_empty_cmd_completion &>/dev/null
-
# Never beep at me
setterm -bfreq 0 &>/dev/null