From 12bee191e47d5a9245325e612438a74f7bb82af1 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 10 Sep 2011 23:11:54 -0400 Subject: Enabled interactive comments in ZSH --- _zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/_zshrc b/_zshrc index 849b0941..0a7bd32f 100644 --- a/_zshrc +++ b/_zshrc @@ -36,6 +36,7 @@ bindkey "\e[H" beginning-of-line bindkey "\e[F" end-of-line setopt autopushd +setopt interactive_comments source /etc/profile.d/autojump.zsh -- cgit 1.4.1 get'> libtls for OpenSSL
summary refs log tree commit diff
path: root/man/Makefile.am (unfollow)
Commit message (Collapse)Author
2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe
Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck.
2020-12-15Import LibreSSL 3.3.1June McEnroe
2020-11-24Import LibreSSL 3.3.0June McEnroe
2020-10-22Import LibreSSL 3.2.2June McEnroe
2020-09-29Import LibreSSL 3.2.1June McEnroe
2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe
2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe
2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe