#!/bin/zsh ## ## Options ## ## man zshoptions(1) ## ## setopt Always_Last_Prompt setopt Always_to_End setopt Auto_Cd setopt Auto_Continue setopt Auto_List setopt Auto_Menu setopt Auto_Param_Keys #setopt Auto_Param_Slash setopt Auto_PushD unsetopt Cd_Able_Vars setopt Complete_Aliases setopt Complete_in_Word #setopt Correct setopt Correct_All #setopt Equals #setopt Extended_Glob unsetopt Extended_History setopt Hash_Cmds setopt Hash_Dirs setopt Hist_Expire_Dups_First setopt Hist_Ignore_All_Dups setopt Hist_Ignore_Space setopt Hist_No_Functions setopt Hist_No_Store setopt Hist_Reduce_Blanks setopt Inc_Append_History setopt Magic_Equal_Subst setopt Mail_Warning setopt Mark_Dirs unsetopt Menu_Complete setopt No_Bg_Nice setopt No_Hup setopt No_Prompt_Cr setopt Numeric_Glob_Sort unsetopt Prompt_Cr setopt Pushd_Ignore_Dups