diff options
author | Alan Pearce | 2018-11-27 11:03:06 +0100 |
---|---|---|
committer | Alan Pearce | 2018-11-27 11:03:06 +0100 |
commit | fd19e064aa2eb62a6faeaf9aef2f46b31f6848df (patch) | |
tree | 1cea9e87ce568c011f0a21ef347749fad1d90a02 | |
parent | 5173373b8435c3c098ff0565c17e2fe09df35224 (diff) | |
download | dotfiles-fd19e064aa2eb62a6faeaf9aef2f46b31f6848df.tar.lz dotfiles-fd19e064aa2eb62a6faeaf9aef2f46b31f6848df.tar.zst dotfiles-fd19e064aa2eb62a6faeaf9aef2f46b31f6848df.zip |
Add https alias meeting
-rw-r--r-- | zsh/.config/zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index f3e3c77..4a87bed 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -65,6 +65,8 @@ alias lal="ll -A" alias lla="lal" alias llr="ll -t" +alias https="http --default-scheme https" + zmodload zsh/terminfo bindkey -e |