# ~/.bashrc  — served from files.bewf.space
[[ $- != *i* ]] && return
alias ll='ls -lah --color=auto'
alias grep='grep --color=auto'
alias ..='cd ..'
export EDITOR=vim
export HISTSIZE=50000 HISTFILESIZE=100000 HISTCONTROL=ignoreboth
shopt -s histappend checkwinsize
PS1='\[\e[32m\]\u@\h\[\e[0m\]:\[\e[34m\]\w\[\e[0m\]\$ '
