zsh: use full path in $SHELL

This commit is contained in:
2025-08-08 17:42:42 +08:00
parent 0ede2b50b2
commit 7c257dd4bd

View File

@@ -1,4 +1,4 @@
export SHELL=zsh
export SHELL=/bin/zsh
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/.local/bin:/usr/local/bin:$PATH