dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit a31403770dd83e144dc909a789422317b04a3ec1
parent 027e5b129d51a378f223891e86a11316cf9cdc92
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 19 Aug 2018 15:15:28 +0200

Update Julia call  and bookmarks

Diffstat:
Mlinks/.mutt/muttrc | 1+
Mlinks/.w3m/bookmark.html | 9+++++----
Mlinks/bin/uu | 2+-
3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/links/.mutt/muttrc b/links/.mutt/muttrc @@ -158,6 +158,7 @@ bind attach,index,pager,browser \CU previous-page bind index,pager R group-reply bind index <tab> sync-mailbox bind index B search-opposite +bind index \CS sort-mailbox macro index M "T~N<enter>;WNT~O<enter>;WO\CT~T<enter>" "Mark all messages as read" macro index \ f "l~F<enter>" "Show only flagged messages" diff --git a/links/.w3m/bookmark.html b/links/.w3m/bookmark.html @@ -57,13 +57,14 @@ <li><a href="https://travis-ci.org/anders-dc/Granular.jl">Travis-CI/anders-dc/Granular.jl</a> <!--End of section (do not delete this comment)--> </ul> -<!--<h2>Local</h2>--> -<!--<ul>--> +<h2>Local</h2> +<ul> + <li><a href="http://skoerpingskole.skoleporten.dk/sp">Skørping Skole</a> <!--<li><a href="https://www.plainsborolibrary.org/">Plainsboro Public Library</a>--> <!--<li><a href="https://parents.ww-p.org/genesis/parents?gohome=true">WW-P Genesis Parents Login</a>--> <!--<li><a href="http://teriyakiboy.net/catalog/alldishes.aspx">Teriyaki Boy</a>--> -<!--<1!--End of section (do not delete this comment)--1>--> -<!--</ul>--> +<!--End of section (do not delete this comment)--> +</ul> <h2>Academia</h2> <ul> <li><a href="https://scholar.google.com/">Google Scholar</a> diff --git a/links/bin/uu b/links/bin/uu @@ -35,7 +35,7 @@ fi if command -v julia >/dev/null 2>&1; then announce "Upgrading julia packages" - julia --color=yes -e 'Pkg.update()' + julia --color=yes -e 'import Pkg; Pkg.update()' fi if [ -d ~/code/zplug ]; then