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