aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bashrc9
1 files changed, 1 insertions, 8 deletions
diff --git a/bashrc b/bashrc
index 42a2096..29c408e 100644
--- a/bashrc
+++ b/bashrc
@@ -1,12 +1,5 @@
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
+[ -n "${WSL_DISTRO_NAME+1}" ] && source $DOTFILES/sh/gpg.sh