1
0
Fork 0
dotfiles-chip/.profile

6 lines
144 B
Plaintext
Raw Normal View History

2022-01-15 06:03:39 +00:00
export PS1='$USER@$HOSTNAME \w \$ '
export ENV=~/.shrc
export PATH=~/bin:$PATH
export EDITOR=vim
export GIT_EDITOR='vim -c ":set ft=gitcommit"'