From 7b033dc8e9ed9c0d0c6f4dff5d97027bc83ee2b0 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 1 Mar 2023 23:18:09 -0800 Subject: [PATCH] Update submodules and fix bug --- init.zsh | 6 +++--- plugins/zsh-completions | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/init.zsh b/init.zsh index ca7bcc2..9ab3e6a 100644 --- a/init.zsh +++ b/init.zsh @@ -99,7 +99,7 @@ gcm() { for arg; do args="${args} ${arg}" done - git commit -m "${args}" + git commit -m "${args:1}" # remove the leading space } alias gca="git commit -a" gcam() { @@ -107,7 +107,7 @@ gcam() { for arg; do args="${args} ${arg}" done - git commit -am "${args}" + git commit -am "${args:1}" # remove the leading space } alias gp="git push" alias gu="git pull" @@ -222,7 +222,7 @@ zstyle ':fzf-tab:*' fzf-bindings 'ctrl-a:toggle-all' # More completions load_plugin zsh-completions -# Syntax highlighting +# Syntax highlighting load_plugin zsh-syntax-highlighting # History substring search diff --git a/plugins/zsh-completions b/plugins/zsh-completions index 4de5a8c..98ea8e6 160000 --- a/plugins/zsh-completions +++ b/plugins/zsh-completions @@ -1 +1 @@ -Subproject commit 4de5a8cc6a5e4b9e2cea9afd7c0460aca874bac2 +Subproject commit 98ea8e685c1a9630a21b39a1596cb94794d1cb3c