mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
reindent + remove unnecessary aliases
This commit is contained in:
@@ -9,24 +9,23 @@
|
|||||||
let
|
let
|
||||||
flakeDir = "~/flake";
|
flakeDir = "~/flake";
|
||||||
in {
|
in {
|
||||||
sw = "nh os switch";
|
sw = "nh os switch";
|
||||||
upd = "nh os switch --update";
|
upd = "nh os switch --update";
|
||||||
upg = "nh os switch";
|
hms = "nh home switch";
|
||||||
hms = "nh home switch";
|
|
||||||
|
|
||||||
pkgs = "nvim ${flakeDir}/nixos/packages.nix";
|
pkgs = "nvim ${flakeDir}/nixos/packages.nix";
|
||||||
|
|
||||||
v = "nvim";
|
v = "nvim";
|
||||||
se = "sudoedit";
|
se = "sudoedit";
|
||||||
microfetch = "microfetch && echo";
|
microfetch = "microfetch && echo";
|
||||||
|
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
|
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
};
|
};
|
||||||
|
|
||||||
history.size = 10000;
|
history.size = 10000;
|
||||||
history.path = "${config.xdg.dataHome}/zsh/history";
|
history.path = "${config.xdg.dataHome}/zsh/history";
|
||||||
|
Reference in New Issue
Block a user