diff --git a/basics.yml b/basics.yml index fc2feaf..66f0728 100644 --- a/basics.yml +++ b/basics.yml @@ -233,14 +233,14 @@ else PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] ' fi - EDITOR="/usr/bin/vim" - HISTSIZE=10000 - HISTFILESIZE=10000 + export EDITOR="/usr/bin/vim" + export HISTSIZE= + export HISTFILESIZE= + export HISTTIMEFORMAT="[%F %T] " if [ -f /etc/debian_version ] then - export PATH="$PATH:/usr/local/bin:/usr/local/sbin" - export LANG="en_US.UTF-8" export DEBIAN_FRONTEND='noninteractive' + export LANG="en_US.UTF-8" alias ls='ls --color=auto' alias grep='grep --colour=auto' alias egrep='egrep --colour=auto'