aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bashrc
blob: 42a2096e4cacab77b1b63e1573525687a2ce6faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
source "${DOTFILES:="${HOME}/dotfiles"}/sh/profile.sh"

# Directory hashtable
hash -d .=${HOME}/dotfiles


source $DOTFILES/sh/aliases.sh
source $DOTFILES/sh/wsl.sh
source $DOTFILES/sh/gpg.sh
[ -n "${WSL_DISTRO_NAME+1}" ] && source $DOTFILES/sh/wsl.sh

eval "$(starship init zsh)"