dotfiles/home/private_dot_config/zsh/conf.d/opts.zsh

8 lines
96 B
Bash
Raw Normal View History

2024-06-12 14:15:19 -05:00
setopt NO_BEEP # Be quiet!
setopt NO_HIST_BEEP # Be quiet!
2025-01-23 12:55:31 -06:00
setopt inc_append_history
2024-06-12 14:15:19 -05:00