Skip to content

Commit

Permalink
Add sidekiq to best-ruby-bins
Browse files Browse the repository at this point in the history
  • Loading branch information
e0da committed Jun 6, 2018
1 parent 4ece058 commit b665b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zsh/aliases.zsh
Expand Up @@ -2,7 +2,7 @@ alias g='git'
alias grep='grep --color=auto'
alias here='xdg-open . 2>/dev/null'

for bin in rails rake spring rspec zat; do
for bin in rails rake spring rspec zat sidekiq; do
alias $bin="best-ruby-bin ${bin}"
done

Expand Down

0 comments on commit b665b2d

Please sign in to comment.