1
0
dotfiles-chip/.profile
2022-01-15 06:03:39 +00:00

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"'