1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00

More and more changes, temporary disabled termcolors

This commit is contained in:
2021-10-28 15:20:11 +02:00
parent 73455f0d9e
commit 31ead6cf67
8 changed files with 28 additions and 74 deletions

View File

@ -1,11 +1,8 @@
# setopt ALL_EXPORT
setopt ALWAYS_TO_END
setopt AUTONAMEDIRS
setopt AUTO_PARAM_SLASH
setopt AUTO_REMOVE_SLASH
setopt AUTO_RESUME
#setopt CDABLE_VARS
unsetopt CDABLE_VARS
setopt CORRECT
setopt FUNCTION_ARGZERO
@ -19,7 +16,6 @@ setopt HIST_NO_STORE
setopt HIST_REDUCE_BLANKS
setopt INC_APPEND_HISTORY
setopt NO_HIST_BEEP
# setopt SHARE_HISTORY
setopt LIST_TYPES
setopt LONG_LIST_JOBS
@ -38,4 +34,5 @@ setopt AUTO_CD
setopt AUTO_MENU
setopt no_MENU_COMPLETE
setopt AUTO_LIST
# vim: set ts=4 sw=4 tw=0 ft=zsh :