diff options
Diffstat (limited to 'Fedora/root')
| -rw-r--r-- | Fedora/root/.bashrc | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/Fedora/root/.bashrc b/Fedora/root/.bashrc index 636a56b..d76ae44 100644 --- a/Fedora/root/.bashrc +++ b/Fedora/root/.bashrc | |||
| @@ -17,18 +17,19 @@ export PATH | |||
| 17 | 17 | ||
| 18 | # User specific aliases and functions | 18 | # User specific aliases and functions |
| 19 | 19 | ||
| 20 | # alias rm='rm -i' | 20 | alias rm='rm -i' |
| 21 | # alias cp='cp -i' | 21 | alias cp='cp -i' |
| 22 | # alias mv='mv -i' | 22 | alias mv='mv -i' |
| 23 | 23 | ||
| 24 | # Custom # | ||
| 25 | ##source /usr/share/git-core/contrib/completion/git-prompt.sh | ||
| 26 | export PS1='[\[\033[01;32m\]\u\[\033[00m\]@\h \w]\\$ ' | ||
| 24 | 27 | ||
| 25 | ## custom ## | 28 | alias emacs='emacs -nw' |
| 26 | 29 | ||
| 27 | export PS1="[\[\033[01;32m\]\u\[\033[00m\]@\h \w]\\$ " | 30 | HISTSIZE=10000 |
| 28 | 31 | HISTFILESIZE=20000 | |
| 29 | export HISTSIZE=10000 | 32 | HISTCONTROL=ignorespace:erasedups |
| 30 | export HISTCONTROL=ignorespace:erasedups | ||
| 31 | shopt -s checkwinsize | ||
| 32 | 33 | ||
| 33 | export LANG=en_US.UTF-8 | 34 | export LANG=en_US.UTF-8 |
| 34 | export EDITOR=emacs | 35 | export EDITOR=emacs |
