Compare commits
No commits in common. "db17ff7a003f8c219dcca5c3b38ab8c008181172" and "ac34117c6c74b2fec79100a8cfb738674dfc58c1" have entirely different histories.
db17ff7a00
...
ac34117c6c
@ -1,4 +0,0 @@
|
|||||||
# Defined in - @ line 1
|
|
||||||
function done
|
|
||||||
echo "$(date +"%F %H:%M") $argv" >> ~/Documents/done.txt;
|
|
||||||
end
|
|
@ -7,7 +7,7 @@
|
|||||||
# app-id=foot
|
# app-id=foot
|
||||||
# title=foot
|
# title=foot
|
||||||
# locked-title=no
|
# locked-title=no
|
||||||
font=Roboto Mono:size=10
|
font=Roboto Mono:size=11
|
||||||
# font-bold=<bold variant of regular font>
|
# font-bold=<bold variant of regular font>
|
||||||
# font-italic=<italic variant of regular font>
|
# font-italic=<italic variant of regular font>
|
||||||
# font-bold-italic=<bold+italic variant of regular font>
|
# font-bold-italic=<bold+italic variant of regular font>
|
||||||
|
@ -6,8 +6,3 @@ profile {
|
|||||||
profile {
|
profile {
|
||||||
output eDP-1 enable
|
output eDP-1 enable
|
||||||
}
|
}
|
||||||
|
|
||||||
profile {
|
|
||||||
output eDP-1 disable
|
|
||||||
output DP-1 enable
|
|
||||||
}
|
|
||||||
|
@ -33,8 +33,7 @@ augroup end
|
|||||||
augroup sh
|
augroup sh
|
||||||
autocmd FileType sh :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
autocmd FileType sh :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
||||||
augroup end
|
augroup end
|
||||||
autocmd FileType dockerfile :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix
|
|
||||||
autocmd FileType gitcommit :set spell
|
|
||||||
" vim-plug
|
" vim-plug
|
||||||
" :PlugInstall to install new one
|
" :PlugInstall to install new one
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user