mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 15:37:05 +08:00
bug fix (Mon Jan 30 19:41:00 CST 2023)
This commit is contained in:
parent
13353fcac5
commit
a0cfc6e4d4
2
.zshrc2
2
.zshrc2
|
@ -113,7 +113,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 }
|
||||
piv-agent() { eval "$($DOTFILES/tools/sagent.sh $@)" }
|
||||
sagent() { eval "$($DOTFILES/tools/sagent.sh $@)" }
|
||||
|
||||
# key bindings
|
||||
bindkey "^b" beginning-of-line # ctrl+b
|
||||
|
|
|
@ -18,7 +18,6 @@ grep -q ".zshrc2" ~/.zshrc
|
|||
dfs version
|
||||
dfs log 1
|
||||
dfs beacon gh.ci $GITHUB_SHA
|
||||
sagent
|
||||
z ~
|
||||
test ~ -ef "$(pwd)"
|
||||
dogo
|
||||
|
@ -35,7 +34,7 @@ test $(DFS_QUIET=1 tools/common.sh ask_for_Yn "test") = "1"
|
|||
# check alias
|
||||
alias p114
|
||||
which riot
|
||||
piv-agent || which piv-agent
|
||||
sagent
|
||||
gbes || which gbes
|
||||
|
||||
# check update
|
||||
|
|
Loading…
Reference in New Issue
Block a user