Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # ~/.bashrc
- #
- # If not running interactively, don't do anything
- [[ $- != *i* ]] && return
- alias ls='ls --color=auto'
- alias ll='ls -l'
- alias la='ls -a'
- alias qmacs='emacs -nw -Q'
- 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