Last active
May 6, 2016 20:51
-
-
Save temmings/5ab9fa91b6075a46df5f8b18687894df to your computer and use it in GitHub Desktop.
Revisions
-
temmings revised this gist
May 6, 2016 . No changes.There are no files selected for viewing
-
temmings created this gist
May 5, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ alias show-ssl-cert='openssl s_client -connect $1:443 -showcerts' This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ alias show-ssl-cert='(){ openssl s_client -connect $1:443 -showcerts }' This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ alias g='(){ cd $(ghq root)/$(ghq list | peco --query "$*") }' alias gh='(){ hub browse $(ghq list | peco --query "$*" | cut -d "/" -f 2,3) }'