summaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-14 19:56:36 -0600
committerToby Vincent <tobyv13@gmail.com>2021-11-14 19:56:36 -0600
commite3cdd748484ae966ed3c06694027229be22d1b34 (patch)
tree6ca7dd2e62c897fbf8d7dc8b53e7041bce9a49f3 /zshrc
parentdd3c39259c913d5195f5f655a1c93bbc34cd5ebe (diff)
revert: removed plugins from the repo
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index de35499..5b9798c 100644
--- a/zshrc
+++ b/zshrc
@@ -5,9 +5,11 @@ export DOTFILES="${HOME}/dotfiles"
fpath=( "${XDG_DATA_HOME:-$HOME/.local/share}/zsh/site-functions" "${fpath[@]}" )
source $DOTFILES/shell/env.sh
-source $DOTFILES/zsh/plugins.zsh
+source ~/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/keybindings.zsh