commit 4fb03f2c3e46b14fe7ad048032b432d208c99e7b parent 7235eb7bd2f8b26fd028e881b76cc75cb7cb3df2 Author: Pablo Garro <pablogq@thepablogq.xyz> Date: Mon, 12 Apr 2021 14:04:24 -0600 adding bashrc Diffstat:
A | bashrc | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/bashrc b/bashrc @@ -0,0 +1,14 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything + +export LANG=es_CR.UTF-8 + +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +alias grep='grep -E --color=auto' +alias vi='vim' +PS1='\[\033[01;32m\][\u@\h] \[\033[01;34m\]\W \[\033[0m\]\$ '