Skip to content

Instantly share code, notes, and snippets.

@tksmiura
Created September 2, 2018 03:55
Show Gist options
  • Save tksmiura/8018850ac93544050defe8ae8ed483b7 to your computer and use it in GitHub Desktop.
Save tksmiura/8018850ac93544050defe8ae8ed483b7 to your computer and use it in GitHub Desktop.
bashrc_mac
alias e='emacs'
alias ql='qlmanage -p "$@" >& /dev/null'
alias ls='ls -GF'
export LSCOLORS=gxdxcxbxfxegedabagacad
#export PS1="[mac:\W]$ "
#export PS1="\[\e[0;37m\][mac:\w]\$\[\e[0m\] "
export PS1="\[\e[0;32m\][mac:\w]\$\[\e[0m\] "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment