From f990fedeabcbbe889a6a3256218224087266840d Mon Sep 17 00:00:00 2001 From: "xiongdian.me" Date: Mon, 17 Apr 2023 17:58:55 +0800 Subject: [PATCH] .zshrc: sagent -> sagt --- .zshrc2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc2 b/.zshrc2 index 00ae91f..6a8759f 100644 --- a/.zshrc2 +++ b/.zshrc2 @@ -115,7 +115,7 @@ if [[ -x $(command -v trash) ]]; then alias "rm"="echo use the full path i.e. '/bin/rm'\; consider using trash" fi gbes() { git for-each-ref --sort=-committerdate refs/heads refs/remotes --format="%(authordate:format:%y-%m-%d.%a %H:%M %z)|%(color:red)%(objectname:short)|%(color:yellow)%(refname:short)%(color:reset)|%(color:reset)%(authorname): %(color:green)%(subject)" --color=always | column -ts"|" | less -FX } -sagent() { eval "$($DOTFILES/tools/sagent.sh $@)" } +sagt() { eval "$($DOTFILES/tools/sagent.sh $@)" } # key bindings bindkey "^b" beginning-of-line # ctrl+b