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