initial commit
This commit is contained in:
13
.config/zsh/opt.zsh
Normal file
13
.config/zsh/opt.zsh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/zsh
|
||||
|
||||
unsetopt err_exit
|
||||
unsetopt err_return
|
||||
unsetopt multios
|
||||
|
||||
setopt bsd_echo
|
||||
setopt interactive_comments
|
||||
setopt long_list_jobs
|
||||
setopt monitor
|
||||
setopt prompt_subst
|
||||
setopt zle
|
||||
# setopt magic_equal_subst
|
Reference in New Issue
Block a user