From f6ef92c77193fe98332947447ee2b4becddb4155 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Tue, 6 Jan 2026 16:26:29 -0500 Subject: [PATCH] save --- .gitignore | 2 ++ zsh/.local/share/vxclutch/zsh/rc | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..53d8ef6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +zsh/.local/ +!zsh/.local/share/vxclutch diff --git a/zsh/.local/share/vxclutch/zsh/rc b/zsh/.local/share/vxclutch/zsh/rc index 5d8ac8b..d55550f 100644 --- a/zsh/.local/share/vxclutch/zsh/rc +++ b/zsh/.local/share/vxclutch/zsh/rc @@ -3,7 +3,6 @@ compinit autoload -U bashcompinit bashcompinit -eval "$(register-python-argcomplete fp)" HISTSIZE=10000 SAVEHIST=10000