404 current 2025-05-31 11:37:39 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -205,6 +205,10 @@ stack() {
|
|||||||
find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;
|
find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stack-min() {
|
||||||
|
find . -maxdepth 1 -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;
|
||||||
|
}
|
||||||
|
|
||||||
a.nixi() {
|
a.nixi() {
|
||||||
nix-store -q --references /var/run/current-system/sw | cut -d'-' -f2-
|
nix-store -q --references /var/run/current-system/sw | cut -d'-' -f2-
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user