?
This commit is contained in:
parent
b8c99d4212
commit
f3d424f818
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -196,7 +196,7 @@ _init() {
|
||||||
|
|
||||||
# ─< oh-my-posh initialization >────────────────────────────────────────────────────────────
|
# ─< oh-my-posh initialization >────────────────────────────────────────────────────────────
|
||||||
if command_exists oh-my-posh; then
|
if command_exists oh-my-posh; then
|
||||||
eval "$(oh-my-posh init bash --config '~/.bash/themes/zen.toml')"
|
eval "$(oh-my-posh init bash --config '$HOME/.bash/themes/zen.toml')"
|
||||||
else
|
else
|
||||||
if command_exists curl; then
|
if command_exists curl; then
|
||||||
curl -s https://ohmyposh.dev/install.sh | $_sudo bash -s -- -d /usr/bin/
|
curl -s https://ohmyposh.dev/install.sh | $_sudo bash -s -- -d /usr/bin/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue