summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshells.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells.org b/shells.org
index 8244b3f..9aa50eb 100755
--- a/shells.org
+++ b/shells.org
@@ -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)"