Skip to content

Commit

Permalink
Omit needless words
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzool committed Apr 9, 2016
1 parent 0eed7f0 commit c363b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,15 +10,15 @@ Refer to the commented [source](https://github.com/mrzool/bash-sensible/blob/mas

#### Smarter tab completion

Readline bindings to improve on Bash's default tab completion. These settings get Bash to:
Readline bindings to improve on Bash's default tab completion:

- Perform file completion in a case insensitive fashion
- Treat hyphens and underscores as equivalent
- Display matches for ambiguous patterns at the first press of the tab key (instead of requiring two tab-presses)

#### Saner history defaults

Sensible defaults for the command history. These settings get Bash to:
Sensible defaults for the command history:

- Append to the history file instead of overwriting it
- Save multi-line commands as one command
Expand Down

0 comments on commit c363b4f

Please sign in to comment.