Skip to content

Instantly share code, notes, and snippets.

@varemenos
Last active July 11, 2016 17:05
Show Gist options
  • Save varemenos/9632177 to your computer and use it in GitHub Desktop.
Save varemenos/9632177 to your computer and use it in GitHub Desktop.
oh-my-zsh Application Aliases
alias ls='ls -X -h --group-directories-first --color'
alias grep='grep --color=auto'
alias gedit='subl'
alias g='git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment