aboutsummaryrefslogtreecommitdiff
path: root/zsh/behavior.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/behavior.zsh')
-rw-r--r--zsh/behavior.zsh7
1 files changed, 3 insertions, 4 deletions
diff --git a/zsh/behavior.zsh b/zsh/behavior.zsh
index d9362d0..19d9ebc 100644
--- a/zsh/behavior.zsh
+++ b/zsh/behavior.zsh
@@ -1,10 +1,9 @@
-# TODO: incorporate completion
-
#
# execution
-setopt rm_star_wait # wait 10 seconds before accepting 'rm *' confirmation
-export REPORTTIME=5 # report timing for any command longer than 5 seconds
+setopt rm_star_wait # wait 10 seconds before accepting 'rm *' confirmation
+export REPORTTIME=5 # report timing for any command longer than 5 seconds
+unsetopt flowcontrol # disable ^s from freezing the terminal
#
# history