Skip to content

Commit

Permalink
formatting, prompt and further reading
Browse files Browse the repository at this point in the history
  • Loading branch information
learnbyexample committed Jan 10, 2017
1 parent 6788ef0 commit 1b9da3a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .bashrc
Expand Up @@ -10,10 +10,17 @@ shopt -s histappend
shopt -s checkwinsize

# source aliases
source ~/.bash_aliases
if [ -f ~/.bash_aliases ]; then
source ~/.bash_aliases
fi

# set INPUTRC path if needed by uncommenting line below
#INPUTRC=~/.inputrc

# set a simple prompt
# check out http://bashrcgenerator.com/ to generate fancy and colorful prompt
PS1='$ '


# for more useful settings: https://github.com/mrzool/bash-sensible/blob/master/sensible.bash
# further reading
# https://github.com/mrzool/bash-sensible/blob/master/sensible.bash
# https://github.com/learnbyexample/Linux_command_line/blob/master/Shell_Customization.md#config-files

0 comments on commit 1b9da3a

Please sign in to comment.