dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 9b3df0d7ea449379b1a2c7b2aa047bf25fdf215c
parent 42db096b71b238c5d02f8b7e09de2b7ab23b98a4
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Thu,  6 Jan 2022 18:15:36 -0500

Updated bashrc

Diffstat:
Mhome/.bashrc | 30+++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/home/.bashrc b/home/.bashrc @@ -3,9 +3,9 @@ shopt -s checkwinsize histappend histreedit -export HISTCONTROL=ignoreboth -export HISTSIZE=100000 -export HISTFILESIZE=200000 +HISTCONTROL=ignoreboth +HISTSIZE=100000 +HISTFILESIZE=200000 HISTTIMEFORMAT="%d/%m/%y %T " # Bash completions @@ -26,19 +26,19 @@ done # Para clases #export PS1='\[\033[01;31m\]\W $\[\033[00m\] ' -export LESS=-R -export LESS_TERMCAP_mb=$'\E[1;31m' # begin blink -export LESS_TERMCAP_md=$'\E[1;36m' # begin bold -export LESS_TERMCAP_me=$'\E[0m' # reset bold/blink -export LESS_TERMCAP_so=$'\E[01;44;33m' # begin reverse video -export LESS_TERMCAP_se=$'\E[0m' # reset reverse video -export LESS_TERMCAP_us=$'\E[1;32m' # begin underline -export LESS_TERMCAP_ue=$'\E[0m' # reset underline +LESS=-R +LESS_TERMCAP_mb=$'\E[1;31m' # begin blink +LESS_TERMCAP_md=$'\E[1;36m' # begin bold +LESS_TERMCAP_me=$'\E[0m' # reset bold/blink +LESS_TERMCAP_so=$'\E[01;44;33m' # begin reverse video +LESS_TERMCAP_se=$'\E[0m' # reset reverse video +LESS_TERMCAP_us=$'\E[1;32m' # begin underline +LESS_TERMCAP_ue=$'\E[0m' # reset underline -export PYTHONSTARTUP=${HOME}/.pythonrc.py +PYTHONSTARTUP=${HOME}/.pythonrc.py source /usr/share/git/completion/git-prompt.sh -export GIT_PS1_SHOWCOLORHINTS=1 -export GIT_PS1_SHOWDIRTYSTATE=1 -export PS1='[\u@\h \W]$(__git_ps1) \$ ' +#export GIT_PS1_SHOWCOLORHINTS=1 +#export GIT_PS1_SHOWDIRTYSTATE=1 +PS1='[\u@\h \W]$(__git_ps1) \$ '