Added useful bash settings.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 17 Mar 2010 00:05:13 +0200
changeset 43 6c53a61678d7
parent 42 8c7465d5f94d
child 44 e4703f904e4b
Added useful bash settings.
.bashrc
--- a/.bashrc	Tue Mar 16 23:54:05 2010 +0200
+++ b/.bashrc	Wed Mar 17 00:05:13 2010 +0200
@@ -37,6 +37,12 @@
 # be corrected.
 shopt -s cdspell
 
+# Save all lines of a multiple-line command in the same history entry.
+shopt -s cmdhist
+
+# Allows files beginning with a dot ('.') to be returned in the results of path-name expansion.
+shopt -s dotglob
+
 # Adjust settings according to current terminal window width
 # which may have changed while the last command was running
 # (which is a common occurance for vim/less/etc.)