summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-03-26 15:43:48 +0300
committerThanos Apollo <[email protected]>2023-03-26 15:43:48 +0300
commitfb29aa63c9b65e0e26d8cf466d8e151a3bc12dbc (patch)
tree5fd3af03ff4f301ff6b1402f628fb3bf8e69f96f /.zshrc
parent425536b14c4fc5016618f9a41c8a2f96d0fbb4ef (diff)
shells: Add sources for zshrc
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)"