diff options
-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)" |