Skip to content

Instantly share code, notes, and snippets.

@avandrevitor
Created June 28, 2016 21:26
Show Gist options
  • Save avandrevitor/a8aa4d077b322b90fd2b84200ca24165 to your computer and use it in GitHub Desktop.
Save avandrevitor/a8aa4d077b322b90fd2b84200ca24165 to your computer and use it in GitHub Desktop.
My .bashrc
# http://www.cyberciti.biz/tips/bash-aliases-mac-centos-linux-unix.html
# https://github.com/curvve/themes/blob/master/NightLion%20themes/OSX%20Terminal/bashrc
export TERM="xterm-color"
alias ls="ls -lhGa --color=auto"
alias ll='ls -la'
alias cd..='cd ..'
alias mkdir='mkdir -pv'
alias ports='netstat -tulanp'
export PS1="\e[1;30m\][\e[\e[1;30m\]\e[1;33m\] \u@\H \[\e[1;32m\]\w\[\e[0m\] \e[1;30m\]]\n[\[ \e[1;31m\]\T\[\e[0m\]\e[1;30m\] ] > \e[37m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment