freebsd-home-server/files/who.bashrc

9 lines
194 B
Plaintext
Raw Normal View History

2018-03-12 11:17:18 +01:00
source ~/.shrc
export LANG=C.UTF-8
export EDITOR=/usr/local/bin/vim
alias ls="ls -G"
GIT_PROMPT_ONLY_IN_REPO=1
GIT_PROMPT_THEME=Single_line
source ~/git/github.com/bash-git-prompt/gitprompt.sh