summaryrefslogtreecommitdiff
path: root/.bashrc
blob: 97a153b8bcc7eda39699807ef6d30fee6575a8a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# source ~/dotfiles/bash-completion.sh
# source ~/dotfiles/git-prompt.sh

# export GIT_PS1_SHOWDIRTYSTATE=1
# export GIT_PS1_SHOWCOLORHINTS=1
# export GIT_PS1_SHOWUNTRACKEDFILES=1

# export PROMPT_COMMAND=' __git_ps1 "\n[\e[33m\A \e[36m\w\e[m" "\e[33m]\n$ "'


[ -f ~/.fzf.bash ] && source ~/.fzf.bash