Skip to content

Instantly share code, notes, and snippets.

@akirattii
Last active November 14, 2017 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akirattii/cb6e23568ee3a90446800da87d130c4b to your computer and use it in GitHub Desktop.
Save akirattii/cb6e23568ee3a90446800da87d130c4b to your computer and use it in GitHub Desktop.
Basic of .bashrc and .bash_profile
source ~/.bashrc
alias ll='ls -la --color=auto'
export PS1='\n\[\e[0;36m\]\u@\h:\w\$ \[\e[m\]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment