diff --git a/.profile b/.profile new file mode 100644 index 0000000..af3a798 --- /dev/null +++ b/.profile @@ -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"' diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..e1a7e93 --- /dev/null +++ b/.vimrc @@ -0,0 +1,4 @@ +set cc=80 +let g:netrw_banner=0 +let g:netrw_liststyle=3 +autocmd FileType gitcommit setlocal cc=50,72