Skip to content

Instantly share code, notes, and snippets.

@JDevlieghere
Created November 15, 2013 23:38
Show Gist options
  • Save JDevlieghere/7493626 to your computer and use it in GitHub Desktop.
Save JDevlieghere/7493626 to your computer and use it in GitHub Desktop.
Bash Aliases
# Shortcuts
alias la="ls -A --color"
alias cl="clear"
alias mk="make"
# Applications
alias intellij="/opt/intellij/bin/idea.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment