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

15 lines
298 B
Bash
Raw Normal View History

2023-02-17 09:26:31 -06:00
#
# misc - Set general Zsh config options here, or change plugin settings.
#
# Options
# Undo options from plugins
setopt NO_BEEP # Be quiet!
setopt NO_HIST_BEEP # Be quiet!
# OMZ
MAGIC_ENTER_GIT_COMMAND="$MAGIC_ENTER_OTHER_COMMAND && git status -sb"
2024-06-01 00:46:27 -05:00
MAGIC_ENTER_OTHER_COMMAND="ls -l ."
2023-02-17 09:26:31 -06:00