claude-code-nix deletion
This commit is contained in:
parent
82ce7186fd
commit
e40b653858
3 changed files with 3 additions and 68 deletions
|
|
@ -16,7 +16,6 @@
|
|||
shellAliases = {
|
||||
ls = "ls --color=auto";
|
||||
grep = "grep --color=auto";
|
||||
# claude = "$HOME/.claude/local/claude";
|
||||
};
|
||||
|
||||
# Prompt configuration
|
||||
|
|
@ -81,6 +80,6 @@
|
|||
|
||||
# Shell aliases (available in all shells)
|
||||
environment.shellAliases = {
|
||||
nrs = ''export GPG_TTY=$(tty) && sudo nixos-rebuild switch && cd /etc/nixos && git add -A && git commit -S -m "Update: $(date +%Y-%m-%d_%H:%M)" || true && git push origin main'';
|
||||
nrs = ''export GPG_TTY=$(tty) && sudo nixos-rebuild switch --flake path:/etc/nixos && cd /etc/nixos && git add -A && git commit -S -m "Update: $(date +%Y-%m-%d_%H:%M)" || true && git push origin main'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue