diff options
author | Thanos Apollo <[email protected]> | 2023-03-26 15:43:48 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-26 15:43:48 +0300 |
commit | fb29aa63c9b65e0e26d8cf466d8e151a3bc12dbc (patch) | |
tree | 5fd3af03ff4f301ff6b1402f628fb3bf8e69f96f /.zshrc | |
parent | 425536b14c4fc5016618f9a41c8a2f96d0fbb4ef (diff) |
shells: Add sources for zshrc
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)" |