Skip to content

Commit

Permalink
Set the bash history to 1000 lines (default 500).
Browse files Browse the repository at this point in the history
  • Loading branch information
iambus committed Mar 15, 2009
1 parent 50069a7 commit f6bfddc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ if [ -f /etc/bashrc ]; then
fi
## by kneo

HISTSIZE=1000

PS1="\[\e[32m\]\u\[\e[0m\e[31m\]@\[\e[0m\e[35m\]\h\[\e[0m\e[31m\]:\[\e[0m\e[33m\]\w\[\e[0m\e[36m\]$\[\e[0m\] "

# aliases
Expand Down

0 comments on commit f6bfddc

Please sign in to comment.