850 current 2024-07-24 13:37:33 24.11.20240724.4eb44db 6.9.8-zen1 *

This commit is contained in:
zack 2024-07-24 13:37:35 -04:00
parent 943f1dfbab
commit 88898407ca
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
2 changed files with 9 additions and 9 deletions

View file

@ -18,7 +18,7 @@ with pkgs; {
MANPAGER = "sh -c 'col -bx | bat -l man -p'";
du = getExe du-dust;
ps = getExe procs;
deploy = "nixos-rebuild switch --flake ~/nixos#pluto --target-host zack@zackmyers.io --use-remote-sudo";
deploy = "nixos-rebuild switch --flake ~/nixos#pluto --target-host zoeys.computer --use-remote-sudo";
m = "mkdir -p";
fcd = "cd $(find -type d | fzf)";
l = "ls -lF --time-style=long-iso --icons";