mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
github action watching
This commit is contained in:
parent
21179deb49
commit
3ef3c924c3
@ -43,9 +43,14 @@ function abbrs --description 'All abbreviations'
|
||||
abbr -a grh 'git reset --hard'
|
||||
abbr -a gm 'git merge'
|
||||
abbr -a gcp 'git cherry-pick'
|
||||
abbr -a cdg 'cd (git rev-parse --show-toplevel)'
|
||||
|
||||
# GitHub
|
||||
abbr -a ghr 'gh repo view -w'
|
||||
abbr -a gha 'gh run list | head -1 | awk \'{ print $NF }\' | xargs gh run view'
|
||||
abbr -a cdg 'cd (git rev-parse --show-toplevel)'
|
||||
abbr -a grw 'gh run watch'
|
||||
abbr -a grf 'gh run view --log-failed'
|
||||
abbr -a grl 'gh run view --log'
|
||||
|
||||
# Vim
|
||||
if command -v nvim > /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user