File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11# bashrc
2- Some Bash improvements to add into your .bashrc config
2+ Some Bash improvements to add into your ` .bashrc ` config file
3+
4+ # Instructions
5+ Append the configurations in ` bashrc.txt ` to your ` .bashrc ` configuration file in your home directory.
6+
7+ # Improvements
8+ These are the quality of life enhancements contained in this ` .bashrc ` template
9+
10+ ## History
11+ * Increase the history file size
12+ * Format ` history ` command output to include a timestamp of when the command was run
13+ * Make it less likely that multiple Bash sessions for the same user will clobber each other's history
14+
15+ ## Up-arrow History Completion
16+ * Typing part of a command and pressing up/down will scroll through previous runs of the command from your Bash history
17+
18+ ## Shell colors and prompt formatting
19+ * Make your default Bash prompt a bit easier to parse, colorize it, and colorize specific output in your shell
20+
21+ ![ A preview of the Bash shell when these .bashrc settings are applied] ( bash-screenshot.png " Bash Screenshot ")
You can’t perform that action at this time.
0 commit comments