1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-02 21:17:45 +00:00

Compare commits

..

No commits in common. "6f41659f99de77d80d713d5374df61b7ac504d51" and "42d35c6d9a1185bafcd41e29789bf060bfd9685f" have entirely different histories.

6 changed files with 20 additions and 21 deletions

View file

@ -14,8 +14,7 @@ in {
programs.bat = enabled {
config.theme = "base16";
themes.base16.src = pkgs.writeText "base16.tmTheme" config.theme.tmTheme;
config.pager = "less --quit-if-one-screen --RAW-CONTROL-CHARS";
config.pager = "less -FR";
};
}];
}

View file

@ -29,7 +29,7 @@ in {
gl = "git log";
glo = "git log --oneline --graph";
glp = "git log --patch --ext-diff";
glp = "git log -p --ext-diff";
gpl = "git pull";
gplr = "git pull --rebase";

View file

@ -16,7 +16,7 @@ in {
mv = "mv --verbose";
rm = "rm --recursive --verbose";
pstree = "pstree -g 3";
pstree = "pstree -g 2";
tree = "eza --tree --git-ignore --group-directories-first";
};

View file

@ -56,7 +56,7 @@ def main --wrapped [
] | append ($args_split | get --ignore-errors 1 | default [])
if (uname | get kernel-name) == "Darwin" {
NH_NO_CHECKS=1 nh darwin switch . ...$nh_flags -- ...$nix_flags
nh darwin switch . ...$nh_flags -- ...$nix_flags
if not (xcode-select --install e>| str contains "Command line tools are already installed") {
darwin-shadow-xcode-popup
@ -64,7 +64,7 @@ def main --wrapped [
darwin-set-zshrc
} else {
NH_NO_CHECKS=1 nh os switch . ...$nh_flags -- ...$nix_flags
nh os switch . ...$nh_flags -- ...$nix_flags
}
}