Don't print completions horizontally. They get messed up.
[profile.git] / .profile.d / options.bashrc
index 3d87c1f..2193342 100644 (file)
@@ -26,11 +26,7 @@ shopt -u hostcomplete
 shopt -u huponexit
 
 # Handle accidental tab mashing at start of a line.
-shopt -s no_emptycmd_completion
+shopt -s no_empty_cmd_completion
 
 # The Red Hat The
 shopt -u nocaseglob
-
-# Return a null string when no matches are found for a glob, rather than the 
-# literal pattern.
-shopt -s nullglob