mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-14 04:38:00 -08:00
fix(install.sh): missing oh-my-posh binary ubuntu 20
This commit is contained in:
parent
41e1eceb30
commit
bc56421577
|
@ -130,7 +130,7 @@ install() {
|
|||
chmod +x $executable
|
||||
|
||||
# install themes in cache
|
||||
cache_dir=$(oh-my-posh cache path)
|
||||
cache_dir=$($executable cache path)
|
||||
|
||||
info "🎨 Installing oh-my-posh themes in ${cache_dir}/themes\n"
|
||||
|
||||
|
|
Loading…
Reference in a new issue