Rem oh-my-zsh

This commit is contained in:
Smaug123
2024-02-23 22:44:39 +00:00
parent b3eb9adb9f
commit d2718febf8
2 changed files with 24 additions and 5 deletions

View File

@@ -43,11 +43,6 @@
history = {
expireDuplicatesFirst = true;
};
oh-my-zsh = {
enable = true;
plugins = ["git" "macos" "dircycle" "timer"];
theme = "robbyrussell";
};
sessionVariables = {
EDITOR = "vim";
LC_ALL = "en_US.UTF-8";
@@ -63,6 +58,7 @@
sessionVariables = {
RIPGREP_CONFIG_PATH = "/Users/${username}/.config/ripgrep/config";
};
initExtra = builtins.readFile ./.zshrc;
};
programs.fzf = {