1
0
Fork 0

Basic profile and vimrc

This commit is contained in:
Ryan Fox 2022-01-15 06:03:39 +00:00
parent a8c726923e
commit 7fa8e68f82
2 changed files with 9 additions and 0 deletions

5
.profile Normal file
View File

@ -0,0 +1,5 @@
export PS1='$USER@$HOSTNAME \w \$ '
export ENV=~/.shrc
export PATH=~/bin:$PATH
export EDITOR=vim
export GIT_EDITOR='vim -c ":set ft=gitcommit"'

4
.vimrc Normal file
View File

@ -0,0 +1,4 @@
set cc=80
let g:netrw_banner=0
let g:netrw_liststyle=3
autocmd FileType gitcommit setlocal cc=50,72