nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 746464220639157a2c0e2a01fd5eb11dc8e50b4a
parent 5c554bb97b13c29763d3a63b71c1344a8ad2885a
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Sun, 17 May 2026 11:09:24 +0100

New li'l alias

Diffstat:
Mhome/fish.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/home/fish.nix b/home/fish.nix @@ -26,6 +26,7 @@ crypto-sum = "${pkgs.rbw}/bin/rbw get 'crypto purchases' | awk '/^20/ {print $2}' | paste -sd+ | math"; empties = "find . -maxdepth 3 -mount -not -path \"*/\.*\" -empty -print"; extract = "${pkgs.atool}/bin/aunpack"; + fullpath = "printf '%s\n' $PWD/*"; jdupes = "jdupes -A"; # exclude hidden files vaultedit = "find \"$SYNCDIR\" -maxdepth 5 -type f -not -path \"\*/\.git\" | ${pkgs.fzf}/bin/fzf --preview \"cat {}\" --layout reverse | xargs -r -I{} \"$EDITOR\" {}"; week = "date +%V";