Skip to content

Instantly share code, notes, and snippets.

@hvmonteiro
Last active April 17, 2016 22:39
Show Gist options
  • Save hvmonteiro/e969213824a394f45f859ff4451d3085 to your computer and use it in GitHub Desktop.
Save hvmonteiro/e969213824a394f45f859ff4451d3085 to your computer and use it in GitHub Desktop.
Bash Customized resource file (file ~/.bashrc)
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"
@hvmonteiro
Copy link
Author

Just append this file to your ~/.bashrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment