mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 17:47:03 +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"
|
alias "rm"="echo use the full path i.e. '/bin/rm'\; consider using trash"
|
||||||
fi
|
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 }
|
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
|
# key bindings
|
||||||
bindkey "^b" beginning-of-line # ctrl+b
|
bindkey "^b" beginning-of-line # ctrl+b
|
||||||
|
|
|
@ -18,7 +18,6 @@ grep -q ".zshrc2" ~/.zshrc
|
||||||
dfs version
|
dfs version
|
||||||
dfs log 1
|
dfs log 1
|
||||||
dfs beacon gh.ci $GITHUB_SHA
|
dfs beacon gh.ci $GITHUB_SHA
|
||||||
sagent
|
|
||||||
z ~
|
z ~
|
||||||
test ~ -ef "$(pwd)"
|
test ~ -ef "$(pwd)"
|
||||||
dogo
|
dogo
|
||||||
|
@ -35,7 +34,7 @@ test $(DFS_QUIET=1 tools/common.sh ask_for_Yn "test") = "1"
|
||||||
# check alias
|
# check alias
|
||||||
alias p114
|
alias p114
|
||||||
which riot
|
which riot
|
||||||
piv-agent || which piv-agent
|
sagent
|
||||||
gbes || which gbes
|
gbes || which gbes
|
||||||
|
|
||||||
# check update
|
# check update
|
||||||
|
|
Loading…
Reference in New Issue
Block a user