summaryrefslogtreecommitdiffstatshomepage
path: root/bashrc
blob: c40c5e6ae0b07ec45045ab67c850061a222092e1 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

export DOTFILES="${HOME}/dotfiles"

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