aboutsummaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-03-19 23:42:32 +0200
committersrdusr <trevorgray@srdusr.com>2024-03-19 23:42:32 +0200
commit506a529ff900d3f8daf257213182a48c4e17a60a (patch)
treeeeb314278bb5bcf0d142624abc6c6a9272e06c67 /.config/zsh
parentf1d991c7e68e2aed61a0c3f534f193222b9f5528 (diff)
downloaddotfiles-506a529ff900d3f8daf257213182a48c4e17a60a.tar.gz
dotfiles-506a529ff900d3f8daf257213182a48c4e17a60a.zip
Removed unset option for FLOW_CONTROL
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/user/completion.zsh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/zsh/user/completion.zsh b/.config/zsh/user/completion.zsh
index 7837a04..7d9198a 100644
--- a/.config/zsh/user/completion.zsh
+++ b/.config/zsh/user/completion.zsh
@@ -40,7 +40,6 @@ setopt AUTO_LIST # Automatically list choices on ambiguous completion
setopt AUTO_PARAM_SLASH # If completed parameter is a directory, add a trailing slash.
setopt EXTENDED_GLOB # Needed for file modification glob modifiers with compinit.
unsetopt MENU_COMPLETE # Do not autoselect the first completion entry.
-unsetopt FLOW_CONTROL # Disable start/stop characters in shell editor.
# Variables
LS_COLORS=${LS_COLORS:-'di=34:ln=35:so=32:pi=33:ex=31:bd=36;01:cd=33;01:su=31;40;07:sg=36;40;07:tw=32;40;07:ow=33;40;07:'}