Install the dictionary.
% pacman -S words
Make it convenient.
% alias g='grep --color=always --perl-regexp'
% export dict=/usr/share/dict/american-english
Use it.
Demo |
Install the dictionary.
% pacman -S words
Make it convenient.
% alias g='grep --color=always --perl-regexp'
% export dict=/usr/share/dict/american-english
Use it.
We all know how to use cd
(aka chdir
). It’s probably the first command you
ever learned. Or maybe that was ls
. Anyway, when paired with some cousins
(pushd
, popd
, dirs
, cdpath
, chpwd
) it’s a lot more capable than you
may have realized.
I find it tedious to type out all the family (“cd-fam” henceforth) of navigation commands in full length, so let’s start by slimming down – we’re
--- ruby-1.8.7-p374/ext/openssl/ossl_pkey_ec.c 2010-06-21 05:18:59.000000000 -0400 | |
+++ ruby-1.8.7-p374/ext/openssl/ossl_pkey_ec.c.new 2014-02-09 19:21:24.635060547 -0500 | |
@@ -757,8 +757,10 @@ | |
method = EC_GFp_mont_method(); | |
} else if (id == s_GFp_nist) { | |
method = EC_GFp_nist_method(); | |
+#if !defined(OPENSSL_NO_EC2M) | |
} else if (id == s_GF2m_simple) { | |
method = EC_GF2m_simple_method(); | |
+#endif |
I hereby claim:
To claim this, I am signing this object:
# Original: https://gist.github.com/oknowton/8346801 | |
# Add to zplug: | |
# zplug MicahElliott/97df9ca799e49c0fcc0a981bf021f813, from:gist, as:plugin, use:zbell-long-cmd.zsh | |
# brew install terminal-notifier | |
# only do this if we're in an interactive shell | |
[[ -o interactive ]] || return |