6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
|
export PS1='$USER@$HOSTNAME \w \$ '
|
||
|
export ENV=~/.shrc
|
||
|
export PATH=~/bin:$PATH
|
||
|
export EDITOR=vim
|
||
|
export GIT_EDITOR='vim -c ":set ft=gitcommit"'
|