Skip to content

Commit

Permalink
zsh: stop sourcing ~/.zsh/init.zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Apr 6, 2024
1 parent 222e3b8 commit dce67b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions home/common/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
completionInit = "autoload -U compinit && compinit -i";
syntaxHighlighting.enable = true;
autocd = true;
initExtra = ". ~/.zsh/init.zsh"; # TODO: This has things that haven't been migrated to Nix; we should finish that
initExtraBeforeCompInit = ''
'';
history = {
ignoreSpace = true;
ignoreDups = true;
Expand Down

0 comments on commit dce67b1

Please sign in to comment.