diff options
Diffstat (limited to 'Fedora/user/.bashrc')
| -rw-r--r-- | Fedora/user/.bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Fedora/user/.bashrc b/Fedora/user/.bashrc index a471971..37f4334 100644 --- a/Fedora/user/.bashrc +++ b/Fedora/user/.bashrc | |||
| @@ -31,8 +31,8 @@ unset rc | |||
| 31 | source /usr/share/git-core/contrib/completion/git-prompt.sh | 31 | source /usr/share/git-core/contrib/completion/git-prompt.sh |
| 32 | export PS1='[\u@\[\033[00;32m\]\h\[\033[00m\] \w$(__git_ps1 " (%s)")]\\$ ' | 32 | export PS1='[\u@\[\033[00;32m\]\h\[\033[00m\] \w$(__git_ps1 " (%s)")]\\$ ' |
| 33 | 33 | ||
| 34 | HISTSIZE=10000 | 34 | HISTSIZE=100000 |
| 35 | HISTFILESIZE=20000 | 35 | HISTFILESIZE=200000 |
| 36 | HISTCONTROL=ignorespace:erasedups | 36 | HISTCONTROL=ignorespace:erasedups |
| 37 | 37 | ||
| 38 | ## display ## | 38 | ## display ## |
