summaryrefslogtreecommitdiff
path: root/zsh/profile
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/profile')
-rw-r--r--zsh/profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/profile b/zsh/profile
index 1861b82..97f766c 100644
--- a/zsh/profile
+++ b/zsh/profile
@@ -7,6 +7,12 @@
done
}
+# Make C-q and C-s work in zsh.
+#
+# See https://en.wikipedia.org/wiki/Software_flow_control for gory
+# details.
+stty -ixon
+
source_if_exists dotfiles-${UNAME}/zsh/profile
source_if_exists dotfiles-${DOMAIN}/zsh/profile
source_if_exists dotfiles-${HOST}/zsh/profile