Last active
April 17, 2016 22:39
-
-
Save hvmonteiro/e969213824a394f45f859ff4451d3085 to your computer and use it in GitHub Desktop.
Bash Customized resource file (file ~/.bashrc)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EDITOR="vi" | |
PS1="\n\\[\\033[00m\\][\[\\033[01;37m\\]\\w\\[\\033[00m\\]]\\n[\\[\\033[01;32m\\]\\u\\[\\033[01;37m\\]@\\[\\033[01;33m\\]\h\\[\\033[00m\\]]\\\$ " | |
ATOM_NODE_URL="http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist" | |
export PS1 EDITOR ATOM_NODE_URL | |
eval $( dircolors -b $HOME/.LS_COLORS ) | |
alias ll="ls -l --color" | |
alias ls="ls --color" | |
alias mroe="more" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just append this file to your ~/.bashrc