From a7ab2e831f0ed58dcf352d419f53642249311b42 Mon Sep 17 00:00:00 2001 From: Will Owens Date: Fri, 16 Feb 2024 15:59:48 -0500 Subject: [PATCH] [example] switch to declaring wrapped commands as an array --- git.scmbrc.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.scmbrc.example b/git.scmbrc.example index bd32ef2..c97789b 100644 --- a/git.scmbrc.example +++ b/git.scmbrc.example @@ -126,6 +126,6 @@ git_add_and_amend_commit_keys="\C-xz" # CTRL+x, z # Expand numbered args for common shell commands shell_command_wrapping_enabled="true" # Here you can tweak the list of wrapped commands. -scmb_wrapped_shell_commands="vim emacs gedit cat rm cp mv ln cd ls less subl code" +scmb_wrapped_shell_commands=(vim emacs gedit cat rm cp mv ln cd ls less subl code) # Add numbered shortcuts to output of ls -l, just like 'git status' shell_ls_aliases_enabled="true"