diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)" |