]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Let's try to use suffix aliases
[dotfiles.git] / zsh / .zshrc
index a42a351d2b21c8f1aa9a08c1c5045e2688ce2aa2..6e04b1aa3f243e802daed2b65909304c76e1a361 100644 (file)
@@ -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 {{{