fix bashrc: OSH Path

This commit is contained in:
Yuan Chiu 2025-05-03 23:54:31 +08:00
parent 4ab59fd5c6
commit a9c82b6db7

View File

@ -14,7 +14,7 @@ case $- in
esac esac
# Path to your oh-my-bash installation. # Path to your oh-my-bash installation.
export OSH='/home/yuan/.oh-my-bash' export OSH='{{ .chezmoi.homeDir }}/.oh-my-bash'
# Set name of the theme to load. Optionally, if you set this to "random" # Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-bash is loaded. # it'll load a random theme each time that oh-my-bash is loaded.