Removed old stuff

This commit is contained in:
2026-05-04 17:44:19 +02:00
parent 386829caf5
commit 78ee510d83
9094 changed files with 0 additions and 117537 deletions
@@ -1,14 +0,0 @@
# ~/nixos/files/conf/terminal/zsh.conf
# Additional zsh configuration sourced for every interactive zsh shell.
# Keep this file POSIX-ish; it is sourced by zsh.
# Example: history settings
HISTFILE="$HOME/.zsh_history"
HISTSIZE=10000
SAVEHIST=10000
setopt HIST_IGNORE_ALL_DUPS
setopt SHARE_HISTORY
# Example: enable starship if you ever disable the zsh integration module
# eval "$(starship init zsh)"