This commit is contained in:
2026-07-12 15:40:55 -03:00
parent 29377d0c9a
commit 536b033b6b
6 changed files with 25 additions and 11 deletions
-2
View File
@@ -40,7 +40,6 @@
man = "batman";
":q" = "exit";
so = "source ~/.zshrc";
opencode = "OPENCODE_ENABLE_EXA=1 opencode";
zki = "zk edit --interactive --notebook-dir=~/Documents/Notes";
enc = "openssl enc -aes-256-cbc -md sha512 -pbkdf2 -iter 1000000 -salt";
backup = "packup && rm ~/Documents/packup* && mv ~/packup* ~/Documents/ && rsync --archive --update --copy-links ~/Documents 192.168.3.200:/home/jpporta/ --info=progress2";
@@ -51,7 +50,6 @@
nix-update = "sudo nix-channel --update && sudo nixos-rebuild switch";
hms = "cd ~/nixos-config && git add . && home-manager switch --flake . ";
s = "sesh connect $(sesh list | fzf)";
openspec = "npx @fission-ai/openspec@latest";
};
initContent = lib.mkIf config.custom.zsh.fastfetch ''