Skip to content

Commit

Permalink
Comment out antidote and remove line numbers in bat
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Oct 13, 2024
1 parent 1040eef commit a0b5457
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
2 changes: 1 addition & 1 deletion modules/home-manager/server/shell/bat.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

zsh = {
shellAliases = {
cat = "bat --paging=never";
cat = "bat -pp";
less = "bat --paging=always";
};
};
Expand Down
27 changes: 9 additions & 18 deletions modules/home-manager/server/shell/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,24 +91,15 @@
# <<< conda initialize <<<
'';

antidote = {
enable = false;
plugins = [
"zsh-users/zsh-autosuggestions"
"zsh-users/zsh-completions"
"zsh-users/zsh-history-substring-search"
"zsh-users/zsh-syntax-highlighting"
];
};
# antidote = {
# enable = false;
# plugins = [
# "zsh-users/zsh-autosuggestions"
# "zsh-users/zsh-completions"
# "zsh-users/zsh-history-substring-search"
# "zsh-users/zsh-syntax-highlighting"
# ];
# };
};

# starship.enableZshIntegration = true;
# zoxide.enableZshIntegration = true;
# fzf.enableZshIntegration = true;
# atuin.enableZshIntegration = true;
# thefuck.enableZshIntegration = true;
# yazi.enableZshIntegration = true;
# direnv.enableZshIntegration = true;
# zellij.enableZshIntegration = true;
};
}

0 comments on commit a0b5457

Please sign in to comment.