dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit e4e024eba5903ce52ab000bfd6ca6ab2a913e5e3
parent bdf7d8b751f4e8e44b700b511e2b49e4ce37a3a6
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Wed, 13 Jan 2021 23:00:32 +0100

osx-zsh-completions: completions for launchctl, tmutil, etc.

Diffstat:
M.gitmodules | 3+++
Ashell/osx-zsh-completions | 1+
Mshell/zshrc | 2+-
3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules @@ -59,3 +59,6 @@ [submodule "tools/go-readability"] path = tools/go-readability url = https://github.com/go-shiori/go-readability +[submodule "shell/osx-zsh-completions"] + path = shell/osx-zsh-completions + url = https://github.com/nilsonholger/osx-zsh-completions diff --git a/shell/osx-zsh-completions b/shell/osx-zsh-completions @@ -0,0 +1 @@ +Subproject commit 7a1c4a4f14aee85c3c1ec488a37dacfab915c56f diff --git a/shell/zshrc b/shell/zshrc @@ -38,7 +38,7 @@ setopt histreduceblanks # Remove blank lines from history setopt histverify # Show expansion first before executing # Enable extra completions -fpath=($DOTFILES/shell/zsh-completions/src $DOTFILES/shell/zsh-completions-mine/ $fpath) +fpath=($DOTFILES/shell/zsh-completions/src $DOTFILES/shell/osx-zsh-completions/ $DOTFILES/shell/zsh-completions-mine/ $fpath) autoload -Uz compinit && compinit source $DOTFILES/shell/oh-my-zsh-defaults/completion.zsh source $DOTFILES/shell/oh-my-zsh-defaults/directories.zsh