diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-07-13 15:24:21 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-07-13 15:24:21 +0100 |
commit | 795e8fe5bce79a31ddbf96ad500f322abd96ae5f (patch) | |
tree | f7cf65e7bd2a3beb837202a764047bb0bf48d61a | |
parent | bd899a632ce1b356dc1311aff0e1050abd889a6a (diff) |
[i3blocks] Fix arch updates
-rwxr-xr-x | i3/.config/i3blocks/bin/updates | 2 | ||||
-rw-r--r-- | vim/.vim/spell/en.utf-8.add | 2 | ||||
-rw-r--r-- | vim/.vim/spell/en.utf-8.add.spl | bin | 349 -> 383 bytes | |||
-rw-r--r-- | vim/.vimrc | 4 | ||||
-rw-r--r-- | zsh/.zshrc | 3 |
5 files changed, 6 insertions, 5 deletions
diff --git a/i3/.config/i3blocks/bin/updates b/i3/.config/i3blocks/bin/updates index bc57eac..4385305 100755 --- a/i3/.config/i3blocks/bin/updates +++ b/i3/.config/i3blocks/bin/updates @@ -1,7 +1,7 @@ #!/usr/bin/env bash if command -v pacman -Qu > /dev/null; then - n_updates=$(checkupdates | wc -l) + n_updates=$(pacman -Qu | wc -l) if [[ n_updates -gt 150 ]]; then color='red' elif [[ n_updates -gt 50 ]]; then diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add index 223ccf4..2ae9dc0 100644 --- a/vim/.vim/spell/en.utf-8.add +++ b/vim/.vim/spell/en.utf-8.add @@ -17,3 +17,5 @@ inkjet microfluidic spinodal Sobolev +prefered +orthonormality diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl Binary files differindex dafacb7..9d07ad0 100644 --- a/vim/.vim/spell/en.utf-8.add.spl +++ b/vim/.vim/spell/en.utf-8.add.spl @@ -212,7 +212,7 @@ nnoremap <silent> ,, :call remembrall#remind('n', '')<cr> nnoremap <silent> y :<c-u>call remembrall#remind('n', 'y')<cr> augroup remembrall - autocmd FileType tex nnoremap <buffer> <nowait> <expr> ,l Remembrall('n', ',l') + autocmd FileType tex nnoremap <buffer> <nowait> <expr> ,l Remembrall(',l') augroup END " Ultisnips @@ -331,11 +331,9 @@ nnoremap <nowait> <c-d> :q<cr> nnoremap ,bd :ls<cr>:bd<space> -nnoremap ,tn :tabnew<cr> nnoremap ,te :tabedit nnoremap ,tl :+tabmove<cr> nnoremap ,th :-tabmove<cr> -nnoremap ,tm :tabmove nnoremap ,t0 :tabmove 0<cr> nnoremap ,t$ :tabmove<cr> @@ -162,7 +162,8 @@ alias ff='FreeFem++' alias m='cd ~/.mutt/attachments && mutt && cd -' alias e='nvim' alias mux='tmuxinator' -alias email="mbsync -a" +alias email='mbsync -a' +alias renet='systemctl restart NetworkManager.service' # Applications alias -s pdf='xdg-open' |