#
# ~/.bashrc
#

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

PS1='[\u@\h \W]\$ '
. "$HOME/.cargo/env"

alias pj='pijul'
alias ls='ls --color=auto'
alias hx='helix'

. $HOME/assets/ssh-locations.env

eval "$(starship init bash)"