Skip to content

Commit f0df44b

Browse files
update config to work with autosuggestions
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
1 parent 5771523 commit f0df44b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

shell/aliase/git

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ _git_pr4ai() {
110110

111111
# g.pr4ai kubernetes-sigs/external-dns 6017
112112
alias g.pr4ai='_git_pr4ai' # + repo e.g. ivankatliarchuk/cheatsheet-git + pr number e.g. 123
113+
alias gcf='git commit --all --amend --no-edit' # amend last commit without changing the message'

shell/aliases

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ command -v sha1sum > /dev/null || alias sha1sum="shasum" # OS X has no `sha1sum`
233233
alias update="source ~/.zshrc"
234234
alias update-ps="source ~/.profile"
235235
alias reload!='. ~/.zshrc'
236+
# TODO: reconsider adding ;clear
236237
alias reload='. ~/.zshrc'
237238
alias rel='reload'
238239

0 commit comments

Comments
 (0)