summaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-08 11:36:43 -0600
committerToby Vincent <tobyv13@gmail.com>2021-11-08 11:36:43 -0600
commitddfc36b56f13024c59823a0f491d8b75e34d3fb2 (patch)
treef79b2d1b04af53069cc5e54ddf780fc26a3ed997 /zshrc
parent084263a36f4e507e642d66bb39650237b00db602 (diff)
fix: fixed copy alias
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc7
1 files changed, 3 insertions, 4 deletions
diff --git a/zshrc b/zshrc
index 1049668..380e993 100644
--- a/zshrc
+++ b/zshrc
@@ -2,13 +2,12 @@
export DOTFILES="${HOME}/dotfiles"
-# Directory hashtable
-hash -d .=${HOME}/dotfiles
-[ -n "${WSL_DISTRO_NAME+1}" ] && source $DOTFILES/zsh/wsl.zsh
source $DOTFILES/shell/env.sh
source $DOTFILES/zsh/plugins.zsh
+[ -n "${WSL_DISTRO_NAME+1}" ] && source $DOTFILES/shell/wsl.sh
+[ -n "${WSL_DISTRO_NAME+1}" ] && source $DOTFILES/shell/gpg.sh
+source $DOTFILES/shell/aliases.sh
source $DOTFILES/zsh/setopt.zsh
-source $DOTFILES/zsh/aliases.zsh
source $DOTFILES/zsh/completions.zsh
source $DOTFILES/zsh/keybindings.zsh