diff --git a/zsh/plugins/compinit.plugin.zsh b/zsh/plugins/compinit.plugin.zsh index e886874..8775fca 100644 --- a/zsh/plugins/compinit.plugin.zsh +++ b/zsh/plugins/compinit.plugin.zsh @@ -1,8 +1,5 @@ #!/usr/bin/env zsh -# Add custom docker completion to fpath -FPATH="$HOME/.docker/completions:$FPATH" - # Load all stock functions (from $fpath files) called below. autoload -U compaudit compinit diff --git a/zshrc.zsh b/zshrc.zsh index 8e41cd9..3237f82 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -59,9 +59,6 @@ if (( ${+commands[brew]} )); then export PATH="$(brew --prefix)/opt/grep/libexec/gnubin:$PATH" fi -# Add Obsidian CLI -export PATH="$PATH:/Applications/Obsidian.app/Contents/MacOS" - # Add Totara Docker helper functions export PATH="$PATH:$HOME/git/totara-docker-dev/bin" @@ -98,9 +95,6 @@ if (( ${+commands[brew]} )); then test -d $(brew --prefix)/opt/curl && export PATH="$(brew --prefix)/opt/curl/bin:$PATH" fi -# Local Docker if set up that way -test -d $HOME/.docker/bin && export PATH="$HOME/.docker/bin:$PATH" - # Rainfrog config export RAINFROG_CONFIG=~/.config/rainfrog