diff options
author | Thanos Apollo <[email protected]> | 2023-05-22 06:48:17 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-22 06:48:17 +0300 |
commit | 1e172cefa3bf38f419d3c277e0f53a46cea68542 (patch) | |
tree | 5290c27df307125bf2108aca00dd5ddd50e7796d | |
parent | 623f433f4372b5c30121e0cc13710cb559f62f6f (diff) |
update paths
-rwxr-xr-x | shells.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -91,7 +91,8 @@ source ~/.shells/alias.sh source ~/.shells/exports.sh - export PATH=/home/apollo/.local/bin:$PATH + export PATH=/home/$USER/.local/bin:$PATH + export HISTFILE=.zhistory eval "$(starship init zsh)" |