aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bashrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-05-12 20:27:05 -0500
committerToby Vincent <tobyv13@gmail.com>2021-05-12 20:27:05 -0500
commit395bce80ca7d6f572825c2618767e87ec43ddc12 (patch)
treec9570e3b2a3fc0874ef95d930fab676bac6f20d0 /bashrc
parent516ce638f5c5ce0dab77367aa906f374da14b315 (diff)
refactor: renamed the shell folder to sh
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/bashrc b/bashrc
new file mode 100644
index 0000000..42a2096
--- /dev/null
+++ b/bashrc
@@ -0,0 +1,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)" \ No newline at end of file