laksjdalskdalskdj

This commit is contained in:
2025-03-15 18:35:30 +01:00
parent c295c0982c
commit 3319499a91
3 changed files with 11 additions and 4 deletions

View File

@@ -83,27 +83,31 @@
librespeed-cli
/* flox */
/* devenv */
/* cachix */
/* nix-template */
nix-output-monitor
nix-du
nix-tree
nix-visualize
(pkgs.nix-inspect or unstable.nix-inspect)
(pkgs.nix-btm or unstable.nix-btm)
unstable.nixpkgs-review
nix-inspect
nix-btm
unstable.nixpkgs-review bubblewrap
unstable.nixpkgs-hammering
unstable.nix-update
unstable.nix-init
unstable.deadnix
unstable.statix
/* unstable.nixtract # extract derivation graph */
/* unstable.nixtract */
unstable.nixfmt-rfc-style
nurl
manix
#comma # collides with nix-index-database
nix-search-cli # nix-search
devenv
nix-fast-build
nix-eval-jobs
#cargo
#cargo-update

View File

@@ -75,6 +75,7 @@
gl = "git log --oneline --color | head -n 30";
glg = "git log --all --decorate --oneline --graph";
gpra = "git pull --rebase --autostash";
gprau = ''git pull --rebase --autostash upstream "$(git branch 2>/dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/')"'';
gd = "git diff";
gdwd = "git diff --word-diff";
gdwdr = "git diff --word-diff --word-diff-regex=.";