Skip to content

Commit

Permalink
sbt repeat and grepoview alias
Browse files Browse the repository at this point in the history
  • Loading branch information
GMadorell committed Aug 29, 2021
1 parent 155d0a2 commit caea526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sbt/1.0/plugins/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
addSbtPlugin("org.duhemm" % "sbt-errors-summary" % "0.6.0")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
addSbtPlugin("com.github.tkawachi" % "sbt-repeat" % "0.1.0")



3 changes: 2 additions & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,9 @@ alias gas="gsa" # Typo
alias gpr="git pull-request"
alias gprl="git pr list -f '%i - %t%n%U%n%l%nBy: %au @ %H%n%n'"
alias gpropen="gh pr view --web"
alias gbrowse="gpropen"
alias gbrowsepr="gpropen"
alias gprbrowse="gpropen"
alias grepoview="gh repo view -w"

alias gf="git fetch"
alias gfetch="git fetch"
Expand Down

0 comments on commit caea526

Please sign in to comment.