diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/nipsy/common/core/zsh/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/nipsy/common/core/zsh/default.nix b/home/nipsy/common/core/zsh/default.nix index b2d20da..831faf4 100644 --- a/home/nipsy/common/core/zsh/default.nix +++ b/home/nipsy/common/core/zsh/default.nix @@ -39,6 +39,8 @@ export PASSWORD_STORE_ENABLE_EXTENSIONS=true la = "ls -aF --color=auto"; ll = "ls -alFhs --color=auto"; lock = "xscreensaver-command -lock"; + nix-list-derivations = "nix-store --query --requisites /run/current-system | cut -d- -f2- | sort | uniq"; + nix-list-generations = "nixos-rebuild list-generations"; steam-no-beta = "steam -clearbeta"; zgrep = "zgrep --color=auto"; }; |