]> git.rmz.io Git - dotfiles.git/blobdiff - zshrc
all the smartlam stuff
[dotfiles.git] / zshrc
diff --git a/zshrc b/zshrc
index a25e6fb27b4ad98e93a4418b9756f665cf04d7ba..8d24427fc830df7f6efbbadfd6ea7474c548fe22 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -31,6 +31,10 @@ setopt notify
 setopt rcquotes     # echo 'don''t'; prints don't
 setopt dvorak       # correct_all uses dvorak
 
+# disable flow control
+setopt noflowcontrol
+stty -ixon
+
 # populate path
 typeset -U path     # make path a unique array
 [[ -d ~/.local/bin ]] && path=(~/.local/bin $path)
@@ -55,3 +59,5 @@ hash -d UniMaas=~/dropbox/Documents/UniMaas
 
 # set some env variables
 export _gamedir=/mnt/Skaro/Games/Linux/HumbleBundle
+
+rosinit