feat: Add completion and remove Copilot

This commit is contained in:
Michael Yockey
2024-04-28 15:04:03 -04:00
parent 1b83192826
commit 4ace3901c7
14 changed files with 146 additions and 32 deletions

1
zsh/.gitignore vendored
View File

@@ -1 +1,2 @@
dot-env
dot-zshenv

View File

@@ -27,7 +27,7 @@ export TERM="xterm-256color"
export GPG_TTY=$(tty)
export EDITOR="code -nw"
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.1)"
export PATH="$(npm -g bin):/usr/local/sbin:$PATH"
export PATH="$HOME/go/bin:$(npm -g bin):/usr/local/sbin:$PATH"
for file in $HOME/.functions/*.zsh; do
source $file