diff options
author | Joe <bousset.rudy@gmail.com> | 2022-07-10 15:52:03 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-07-10 15:52:03 +0200 |
commit | 71e003394d99bc84cfb8e169a6b1083ae198a275 (patch) | |
tree | 5d9167d138fb5cf4efe2648d8a396e32c49424d9 | |
parent | Update (diff) | |
download | dotfiles-bsd-71e003394d99bc84cfb8e169a6b1083ae198a275.tar.gz dotfiles-bsd-71e003394d99bc84cfb8e169a6b1083ae198a275.tar.bz2 dotfiles-bsd-71e003394d99bc84cfb8e169a6b1083ae198a275.tar.xz dotfiles-bsd-71e003394d99bc84cfb8e169a6b1083ae198a275.tar.zst dotfiles-bsd-71e003394d99bc84cfb8e169a6b1083ae198a275.zip |
Update
-rw-r--r-- | .config/zsh/alias.zsh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 57e88c3..27383a8 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -57,9 +57,9 @@ alias \ irc='irssi' \ free='freecolor' \ gt='gpg-tui' \ + gjdo='/usr/home/jozan/dev/perl/gitjoe-scripts/gitjoe-do.pl' \ dgit='git --git-dir=$HOME/docs/dotfiles-bsd --work-tree=$HOME' \ - confgit='git --git-dir=$HOME/docs/conffiles-bsd --work-tree=/' \ - gjdo='/usr/home/jozan/dev/perl/gitjoe-scripts/gitjoe-do.pl' + confgit='git --git-dir=$HOME/docs/conffiles-bsd --work-tree=/' upsrc() { doas git -C /usr/src pull --ff-only } @@ -77,7 +77,8 @@ alias \ gpo='git push origin' \ gl="git log --graph --format=format:'%C(yellow)%h %C(bold blue)%ah %C(bold green)(%ar)%C(bold yellow)%d%C(reset) %s %C(dim white)- %an <%ae>%C(reset)' --all" \ dgl="dgit log --graph --format=format:'%C(yellow)%h %C(bold blue)%ah %C(bold green)(%ar)%C(bold yellow)%d%C(reset) %s %C(dim white)- %an <%ae>%C(reset)' --all" \ - dgst="dgit status" + dgst="dgit status" \ + pgl="pass git log --graph --format=format:'%C(yellow)%h %C(bold blue)%ah %C(bold green)(%ar)%C(bold yellow)%d%C(reset) %s %C(dim white)- %an <%ae>%C(reset)' --all" gg() { git add . git commit -m "$*" || return 1 |