.gitignore

This commit is contained in:
painpain@minty
2026-02-15 13:42:45 +01:00
parent 17960e216b
commit 870b6ae0be
10 changed files with 389 additions and 6 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ RESET_COLOR="$NO_COLOR"
export GIT_EDITOR=vim
BRANCH="$(git rev-parse --abbrev-ref HEAD)"
PS1="\n${DATE_COLOR}\D{%y%m%d}${RESET_COLOR}-${TIME_COLOR}\t${RESET_COLOR}-${USER_COLOR}\u${RESET_COLOR}@${HOST_COLOR}\H${RESET_COLOR}-${DIR_COLOR}\w${RESET_COLOR}\n=> "
PS1="\n\n${DATE_COLOR}\D{%y%m%d}${RESET_COLOR}-${TIME_COLOR}\t${RESET_COLOR}-${USER_COLOR}\u${RESET_COLOR}@${HOST_COLOR}\H${RESET_COLOR}-${DIR_COLOR}\w${RESET_COLOR}\n=> "
export HISTCONTROL=ignorespace
+3 -2
View File
@@ -87,8 +87,7 @@ autocmd BufNewFile *.c 0r ./.vim/templates/template.c
set mouse=a
inoremap {{ {}<ESC>O
inoremap {;{ ;}<ESC>O
inoremap { {<CR>}<Esc>O
:nnoremap <Space> @q
@@ -102,3 +101,5 @@ set tags=./tags;,tags;
syntax on
set tags=./tags;/
set smartindent