#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '

[[ $- == *i* ]] && source "$HOME/.local/share/blesh/ble.sh" --rcfile "$HOME/.blerc"

# Set up fzf key bindings and fuzzy completion
eval "$(fzf --bash)"

[[ ! ${BLE_VERSION-} ]] || ble-attach