diff options
| author | Simeon Simeonov | 2025-02-02 19:38:17 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2025-02-02 19:38:17 +0100 |
| commit | 6cff034042ad80df83cd18d3e55877aaacbd3ad7 (patch) | |
| tree | 8c0e227ed54029880a4a2f7d7336ff731f9a8c54 /Fedora | |
| parent | 0ed0f7f63e7bf897c41dde295d3c3b9e12cdc9b4 (diff) | |
Diffstat (limited to 'Fedora')
| -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 ## |
