Skip to content

Commit

Permalink
Updated oh-my-posh configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Nov 5, 2024
1 parent 190aab5 commit 6aafe36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ fi

# https://ohmyposh.dev/
# load oh-my-posh prompt
#eval "$(oh-my-posh --init --shell bash --config "$(fd --type f -F -- 'dracula.omp.json' "$(brew --cellar)/oh-my-posh")")"
eval "$(oh-my-posh --init --shell bash --config "${HOME}"/.ohmyposh.json)"
#eval "$(oh-my-posh init bash --config "$(fd --type f -F -- 'dracula.omp.json' "$(brew --cellar)/oh-my-posh")")"
eval "$(oh-my-posh init bash --config "${HOME}"/.ohmyposh.json)"

# opam configuration
# shellcheck disable=SC1091
Expand Down
2 changes: 1 addition & 1 deletion ohmyposh.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@
],
"console_title_template": "{{ .Shell }} in {{ .Folder }}",
"final_space": true,
"version": 2
"version": 3
}

0 comments on commit 6aafe36

Please sign in to comment.