.bashrc 251 B

12345678910111213
  1. #
  2. # ~/.bashrc
  3. #
  4. # If not running interactively, don't do anything
  5. [[ $- != *i* ]] && return
  6. alias ls='ls --color=auto'
  7. PS1="\[\033[01;32m\]\u@\h\[\033[00m\]: \[\033[01;34m\]\w\[\033[00m\]\n$ "
  8. export EDITOR=nano
  9. export LANG=en_US.UTF-8
  10. setxkbmap us