diff options
Diffstat (limited to '.config/zsh/rc/options.rc')
| -rwxr-xr-x | .config/zsh/rc/options.rc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/zsh/rc/options.rc b/.config/zsh/rc/options.rc new file mode 100755 index 0000000..bc91ccb --- /dev/null +++ b/.config/zsh/rc/options.rc @@ -0,0 +1,7 @@ +setopt CORRECT +setopt ALWAYS_TO_END +setopt NOTIFY +setopt NOBEEP +setopt AUTOLIST +setopt AUTOCD +setopt PRINT_EIGHT_BIT |
