Skip to content

Instantly share code, notes, and snippets.

@Miopas
Created May 18, 2018 09:54
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 Miopas/04e6fa2072e89c7173839996c191e78a to your computer and use it in GitHub Desktop.
Save Miopas/04e6fa2072e89c7173839996c191e78a to your computer and use it in GitHub Desktop.
my bash config
export CLICOLOR=1
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\] [\D{%a} \t] \n@$(ifconfig | grep "inet " | grep -v 127.0.0. | tail -1 | sed "s/netmask.*//" | sed "s/.*inet //" )\$ '
alias ls='ls -lrt'
alias grep='grep --color'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment