Skip to content

Commit

Permalink
Update aliases.zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jan 16, 2017
1 parent a1fcb1f commit a547019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aliases.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CLI Shortcuts
# Shortcuts
alias copyssh="pbcopy < $HOME/.ssh/id_rsa.pub"
alias reloadcli="source $HOME/.zshrc"
alias reloaddns="dscacheutil -flushcache && sudo killall -HUP mDNSResponder"
Expand All @@ -11,7 +11,7 @@ alias library="cd $HOME/Library"
alias sites="cd $HOME/Sites"

# Laravel
alias art="php artisan"
alias a="php artisan"

# Vagrant
alias v="vagrant global-status"
Expand Down

0 comments on commit a547019

Please sign in to comment.