Add alias for httpie https
David Blume

David Blume commited on 2017-12-06 08:24:08
Showing 1 changed files, with 3 additions and 0 deletions.

... ...
@@ -56,6 +56,9 @@ alias findinhppfiles="find . -type f \( -name \*.hpp -or -name \*.h \) -print0 |
56 56
 
57 57
 alias clip="expand | cut -b1-\$COLUMNS"
58 58
 
59
+# For httpie: https://github.com/jakubroztocil/httpie#installation
60
+alias https='http --default-scheme=https'
61
+
59 62
 if [ -f $HOME/.localrc ]; then
60 63
     source $HOME/.localrc
61 64
 fi
62 65