Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Querying the state of shell options



I believe this will work

 if [[ -o login ]]
 then
   whatever
 fi


Messages sorted by: Reverse Date, Date, Thread, Author