X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/f12d8d77bc102889ac86eb8670b4d69c03081fc7..b1370ab382637f6767382c54d8e97fb8f0895a0a:/.zsh/zshrc/30_aliases?ds=inline diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index a47396b..d6617fc 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -73,7 +73,9 @@ compdef _doc doc alias giti='git init && git add . && git commit -minitial\ checkin' -if whence tailf >/dev/null; then +if whence mtail >/dev/null; then + alias t=mtail +elif whence tailf >/dev/null; then alias t=tailf else alias t='tail -f' @@ -134,4 +136,6 @@ alias ipr='ip r' alias ipa='ip a' alias ipl='ip l' +alias btd='btdownloadheadless' + # vim:ft=zsh