Skip to content

Commit

Permalink
Disable oh-my-zsh and set emacs mode to fix Nix completions
Browse files Browse the repository at this point in the history
  • Loading branch information
evanjs committed Jul 25, 2019
1 parent 09921c6 commit bceb99b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/home-manager/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
share = false;
};
initExtra = ''
set -o emacs
source ${pkgs.zsh-powerlevel9k}/share/zsh-powerlevel9k/powerlevel9k.zsh-theme
'';
};
Expand Down
2 changes: 1 addition & 1 deletion modules/home-manager/zsh/oh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
programs.zsh = {
oh-my-zsh = {
enable = true;
enable = false;
plugins = [
"catimg"
"emoji"
Expand Down

0 comments on commit bceb99b

Please sign in to comment.