Skip to content

Instantly share code, notes, and snippets.

@seize-the-dave
Last active September 20, 2018 08:34
Show Gist options
  • Save seize-the-dave/a62fc6c4b353f5b0f38c23cab7d8046b to your computer and use it in GitHub Desktop.
Save seize-the-dave/a62fc6c4b353f5b0f38c23cab7d8046b to your computer and use it in GitHub Desktop.
.bash_profile for macOS
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
alias ll='ls -lFha'
alias cat='bat'
# https://github.com/Bash-it/bash-it/blob/master/aliases/available/git.aliases.bash
alias gpom='git push origin master'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment