configFiles

My stuff random config files I wanted to save somewhere
git clone git://git.thepablogq.xyz/configFiles
Log | Files | Refs

bashrc (258B)


      1 #
      2 # ~/.bashrc
      3 #
      4 
      5 # If not running interactively, don't do anything
      6 
      7 export LANG=es_CR.UTF-8
      8 
      9 [[ $- != *i* ]] && return
     10 
     11 alias ls='ls --color=auto'
     12 alias grep='grep -E --color=auto'
     13 alias vi='vim'
     14 PS1='\[\033[01;32m\][\u@\h] \[\033[01;34m\]\W \[\033[0m\]\$ '