Skip to content

Instantly share code, notes, and snippets.

@temmings
Last active May 6, 2016 20:51
Show Gist options
  • Select an option

  • Save temmings/5ab9fa91b6075a46df5f8b18687894df to your computer and use it in GitHub Desktop.

Select an option

Save temmings/5ab9fa91b6075a46df5f8b18687894df to your computer and use it in GitHub Desktop.

Revisions

  1. temmings revised this gist May 6, 2016. No changes.
  2. temmings created this gist May 5, 2016.
    1 change: 1 addition & 0 deletions file0.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    alias show-ssl-cert='openssl s_client -connect $1:443 -showcerts'
    1 change: 1 addition & 0 deletions file1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    alias show-ssl-cert='(){ openssl s_client -connect $1:443 -showcerts }'
    2 changes: 2 additions & 0 deletions file2.txt
    Original 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) }'