initial commit
This commit is contained in:
5
.config/zsh/opt/chase.zsh
Normal file
5
.config/zsh/opt/chase.zsh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/zsh
|
||||
|
||||
chase() { setopt chase_dots chase_links ; }
|
||||
nochase() { unsetopt chase_dots chase_links ; }
|
||||
nochase
|
8
.config/zsh/opt/completion.zsh
Normal file
8
.config/zsh/opt/completion.zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/zsh
|
||||
|
||||
unsetopt flow_control
|
||||
unsetopt menu_complete
|
||||
|
||||
setopt always_to_end
|
||||
setopt auto_menu
|
||||
setopt complete_in_word
|
7
.config/zsh/opt/directories.zsh
Normal file
7
.config/zsh/opt/directories.zsh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/zsh
|
||||
|
||||
setopt auto_cd
|
||||
setopt auto_pushd
|
||||
setopt cdable_vars
|
||||
setopt pushd_ignore_dups
|
||||
setopt pushd_minus
|
11
.config/zsh/opt/history.zsh
Normal file
11
.config/zsh/opt/history.zsh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/zsh
|
||||
|
||||
setopt append_history
|
||||
setopt extended_history
|
||||
setopt hist_expire_dups_first
|
||||
setopt hist_ignore_all_dups
|
||||
setopt hist_ignore_dups
|
||||
setopt hist_ignore_space
|
||||
setopt hist_verify
|
||||
setopt inc_append_history
|
||||
setopt share_history
|
3
.config/zsh/opt/prompt.zsh
Normal file
3
.config/zsh/opt/prompt.zsh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/zsh
|
||||
|
||||
setopt prompt_subst
|
Reference in New Issue
Block a user