diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-01-24 14:28:33 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-01-24 14:28:33 +0100 |
commit | 98df5c922735365a73d67631ca82042f375e3839 (patch) | |
tree | 86c40816d67a1f42ab8954702677d869b06917fc /files/rcs/.bashrc | |
parent | 1f046716b0310a9fcadb692d288e2612674b05c8 (diff) | |
download | configs-98df5c922735365a73d67631ca82042f375e3839.tar.gz configs-98df5c922735365a73d67631ca82042f375e3839.zip |
jue ene 24 14:28:35 CET 2019
Diffstat (limited to 'files/rcs/.bashrc')
-rw-r--r-- | files/rcs/.bashrc | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/files/rcs/.bashrc b/files/rcs/.bashrc index bac2d4f..dab3050 100644 --- a/files/rcs/.bashrc +++ b/files/rcs/.bashrc @@ -21,8 +21,8 @@ HISTCONTROL=ignoreboth shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) -HISTSIZE=1000 -HISTFILESIZE=2000 +HISTSIZE=-1 +HISTFILESIZE=-1 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. @@ -118,6 +118,7 @@ fi # Set custom PS1 (prompt text variable) +def="\[\e[0;00m\]" keys="\[\e[0;34m\]" red="\[\e[1;31m\]" green="\[\e[1;32m\]" @@ -127,13 +128,15 @@ pur="\[\e[1;35m\]" cyan="\[\e[1;36m\]" white="\[\e[1;37m\]" wd="\[\e[1;35m\]" -umode="\[\e[1;35m\]" -def="\[\e[0;00m\]" +umode=$pur PS1="${keys}[${pur}${wd}\w${keys}]${umode}\$${def} " -export EDITOR=vim +EDITOR=vim +BROWSER=qutebrowser +TERM=rxvt-256color +TERCMD=urxvt -export ARDUINO_DIR=/usr/share/arduino -export ARDMK_DIR=/usr/share/arduino -export AVR_TOOLS_DIR=/usr +ARDUINO_DIR=/usr/share/arduino +ARDMK_DIR=/usr/share/arduino +AVR_TOOLS_DIR=/usr |