summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index e9a6066..a53afd0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,6 +1,8 @@
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
+source ~/.shells/alias.sh
+source ~/.shells/exports.sh
export PATH=/home/apollo/.local/bin:$PATH
eval "$(starship init zsh)"