Skip to content

Commit

Permalink
Fix ZSH completion init on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 3, 2024
1 parent 7c28208 commit 0b71363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion home/users/christian/shell/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ in
autosuggestion.enable = true;
enableCompletion = true;
autocd = true;
completionInit = optionalString pkgs.stdenv.isDarwin "autoload -U compinit && compinit -u";
dotDir = ".config/zsh";
dirHashes = {
bb = "/mnt/bluecare/bluecare";
Expand Down

0 comments on commit 0b71363

Please sign in to comment.