No description
Find a file
Andrew Tomaka 686a06e2b6
Don't let Debian (& friends) compinit
The zshrc file provided by Debian (and related distributions) at
/etc/zsh/zshrc runs compinit.  This means if we run compinit in our own
dotfiles, we will run it twice with minor impact to our startup time.
It also means if we are lazy and add a completion path to our user zshrc
(instead of user zshenv), compinit will run before we modify fpath
causing a complete rebuild and dump of completions since the file count
will change with significant impact to our startup time.  So let's
follow the instructions in the system zshrc file:

 If you don't want compinit called here, place the line
 skip_global_compinit=1
 in your $ZDOTDIR/.zshenv
2022-02-02 23:08:56 -05:00
alacritty/.config/alacritty Update deprecated Alacritty setting 2022-01-24 10:24:36 -05:00
bin/bin Completely reset dotfiles (#2) 2021-12-21 13:19:10 -05:00
git Be more generic with global ignore 2022-01-12 21:49:38 -05:00
ruby Use GNU stow to manage symlinks 2021-05-13 21:09:01 -04:00
tmux/.config/tmux Completely reset dotfiles (#2) 2021-12-21 13:19:10 -05:00
vim Install go language helper plugin 2022-01-24 10:30:45 -05:00
zsh Don't let Debian (& friends) compinit 2022-02-02 23:08:56 -05:00
.gitignore Cleanup from reset after mac setup 2021-12-21 14:48:37 -05:00
Makefile Prefer gnu-sed 2022-01-18 09:20:22 -05:00