From 858a4a31a251d0eab21dffb96776aca007dafb07 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Fri, 14 Feb 2020 19:11:04 -0500 Subject: Squashed 'dot_local/share/toasty/' content from commit aee4da7 git-subtree-dir: dot_local/share/toasty git-subtree-split: aee4da752bdb07b0524bb8803ead46d4093fa57f --- source/options.zsh | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 source/options.zsh (limited to 'source/options.zsh') diff --git a/source/options.zsh b/source/options.zsh new file mode 100644 index 0000000..0f6d0f6 --- /dev/null +++ b/source/options.zsh @@ -0,0 +1,36 @@ +# changing directories +setopt autocd +setopt noautopushd +setopt pushdignoredups +setopt pushdtohome + +# completion +setopt alwaystoend + +# expansion and globbing + +# history +setopt histexpiredupsfirst +setopt histignoredups +setopt histignorespace +setopt histverify +setopt incappendhistory + +# initialization +setopt noallexport + +# i/o +setopt noflowcontrol +setopt interactivecomments + +# job control +setopt longlistjobs + +# prompting +setopt promptsubst +# setopt transientrprompt ? + +# scripts and functions + +# shell emulation +setopt bsdecho -- cgit v1.2.3