Skip to content

Commit bf67374

Browse files
committed
Move screenshot to top of README.md file
1 parent 6a6df33 commit bf67374

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# bashrc
22
Some Bash improvements to add into your `.bashrc` config file
33

4+
![A preview of the Bash shell when these .bashrc settings are applied](bash-screenshot.png "Bash Screenshot")
5+
46
# Instructions
57
Append the configurations in `bashrc.txt` to your `.bashrc` configuration file in your home directory.
68

@@ -16,6 +18,4 @@ These are the quality of life enhancements contained in this `.bashrc` template
1618
* Typing part of a command and pressing up/down will scroll through previous runs of the command from your Bash history
1719

1820
## 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")
21+
* Make your default Bash prompt a bit easier to parse, colorize it, and colorize specific output in your shell

0 commit comments

Comments
 (0)