added profile and gitconfig

This commit is contained in:
z0rc 2024-01-23 10:08:05 +01:00
parent 22666a2c87
commit c7c271c457
2 changed files with 14 additions and 0 deletions

6
gitconfig Normal file
View File

@ -0,0 +1,6 @@
[core]
editor = vim
[push]
default = simple
[credential]
helper = cache

8
profile Normal file
View File

@ -0,0 +1,8 @@
PATH="${PATH}:${HOME}/bin"
PAGER="less"
EDITOR="vim"
VISUAL="vim"
export PATH PAGER EDITOR VISUAL
alias ll='ls -ahlF'