commit 086f3a331a3e2fd997e30f2a88be62afac66cefe
parent b4175dc601256743826176a36eb474b44c35f3d1
Author: breadcat <breadcat@users.noreply.github.com>
Date: Tue, 7 Apr 2026 12:12:43 +0100
Add cdv alias
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/home/fish.nix b/home/fish.nix
@@ -22,6 +22,7 @@
set -gx VISUAL $EDITOR
'';
shellAliases = {
+ cdv = "cd $HOME/vault/";
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";