summaryrefslogtreecommitdiff
path: root/.bashrc
blob: c0326c2e0e399148e931a2b178df23a4f4383590 (plain)
1
2
3
4
5
6
[ -n "$ENV" ] && . "$ENV" || [ -e ~/.env ] && . ~/.env

export PS1="\[\033[1;33m\]\u@\h:\W\$ \[\033[0m\]"

[ -f ~/.fzf.bash ] && . ~/.fzf.bash
[ -f ~/.config/broot/launcher/bash/br ] && . ~/.config/broot/launcher/bash/br