summaryrefslogtreecommitdiff
path: root/.bashrc
blob: 3ef6cf20c97c2947b5758871f2cb16bb67dbe624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# getchoo's bashrc
#


# always source profile
source "$HOME/.bash_profile"

export HISTFILE="$XDG_STATE_HOME/bash/history"

# aliases
alias ls='exa'
alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

# prompt
PS1='[\u@\h \W]\$ '