My zsh configuration
git clone https://github.com/m-col/zshrc
Files | Refs | Readme

Commit d5961cdb9622d97ce70d1b14f36e41dfdac699cb
Parent: 6549fa60d8ab48040791336a4bbeffb7ad5072a4
Author: Matt Colligan <matt@edra.ai>
Date: 2025-09-09 10:31:20 +0100
Committer: Matt Colligan <matt@edra.ai>
Committed: 2025-09-09 10:31:20 +0100

add prs alias

aliases Modified

@@ -123,6 +123,7 @@
 get_git_dirty() {
     git status --porcelain | awk 'match($1, "M"){print $2}' | grep -E "\.tsx$|\.ts$"
 }
+alias prs="gh search prs --author=@me --owner=edra-org --state=open"
 
 # tools
 alias usync='rsync -avPzh --delete'