Advertisement
clairec

bashrc

Nov 6th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #
  2. # ~/.bashrc
  3. #
  4.  
  5. # If not running interactively, don't do anything
  6. [[ $- != *i* ]] && return
  7.  
  8. alias ls='ls --color=auto'
  9. alias ll='ls -l'
  10. alias la='ls -a'
  11. alias qmacs='emacs -nw -Q'
  12.  
  13. PS1='\n $(tput setaf 6)\A $(tput setaf 3)\W $(tput setaf 2)\$ $(tput sgr0)\[\a\]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement