X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=zsh%2F.zshrc;fp=zsh%2F.zshrc;h=6e04b1aa3f243e802daed2b65909304c76e1a361;hp=a42a351d2b21c8f1aa9a08c1c5045e2688ce2aa2;hb=81eaa8495370094f0134a5c164009a1df2959fd5;hpb=b9ff86849e25b18214e64005155e438cccf7cc45 diff --git a/zsh/.zshrc b/zsh/.zshrc index a42a351..6e04b1a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -90,6 +90,11 @@ alias sshnm="ssh -S none" ssht() { ssh -C -t $1 tmux attach -t0 } + +autoload -U zsh-mime-setup +zsh-mime-setup +alias -s html=lynx +alias -s txt=less # }}} # Faster movement {{{