From fb29aa63c9b65e0e26d8cf466d8e151a3bc12dbc Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 26 Mar 2023 15:43:48 +0300 Subject: shells: Add sources for zshrc --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.zshrc') 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)" -- cgit v1.2.3