Update: 2025-12-15_17:46

This commit is contained in:
Sergei Poljanski 2025-12-15 17:46:10 +02:00
commit 94bc8bf2c9
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
4 changed files with 22 additions and 7 deletions

View file

@ -16,7 +16,7 @@
shellAliases = {
ls = "ls --color=auto";
grep = "grep --color=auto";
claude = "$HOME/.claude/local/claude";
# claude = "$HOME/.claude/local/claude";
};
# Prompt configuration
@ -26,6 +26,9 @@
'';
interactiveShellInit = ''
# Prevent zsh-newuser-install wizard (creates marker file if missing)
[[ ! -f ~/.zshrc ]] && touch ~/.zshrc
# History options
setopt SHARE_HISTORY
setopt HIST_IGNORE_DUPS