Compare commits

..

No commits in common. "db17ff7a003f8c219dcca5c3b38ab8c008181172" and "ac34117c6c74b2fec79100a8cfb738674dfc58c1" have entirely different histories.

4 changed files with 2 additions and 12 deletions

View File

@ -1,4 +0,0 @@
# Defined in - @ line 1
function done
echo "$(date +"%F %H:%M") $argv" >> ~/Documents/done.txt;
end

View File

@ -7,7 +7,7 @@
# app-id=foot
# title=foot
# locked-title=no
font=Roboto Mono:size=10
font=Roboto Mono:size=11
# font-bold=<bold variant of regular font>
# font-italic=<italic variant of regular font>
# font-bold-italic=<bold+italic variant of regular font>

View File

@ -6,8 +6,3 @@ profile {
profile {
output eDP-1 enable
}
profile {
output eDP-1 disable
output DP-1 enable
}

View File

@ -33,8 +33,7 @@ augroup end
augroup sh
autocmd FileType sh :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
augroup end
autocmd FileType dockerfile :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix
autocmd FileType gitcommit :set spell
" vim-plug
" :PlugInstall to install new one
call plug#begin('~/.vim/plugged')