mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2026-08-24 10:14:12 -05:00
chore(launch): remove default config reference
This commit is contained in:
committed by
Jan De Dobbeleer
parent
0d101537e6
commit
2cc768d522
Vendored
+3
-10
@@ -11,7 +11,6 @@
|
||||
"prompt",
|
||||
"print",
|
||||
"primary",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||
"--shell=pwsh",
|
||||
"--terminal-width=200"
|
||||
]
|
||||
@@ -26,7 +25,6 @@
|
||||
"prompt",
|
||||
"print",
|
||||
"tooltip",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||
"--command=git",
|
||||
"--shell=pwsh"
|
||||
]
|
||||
@@ -41,7 +39,6 @@
|
||||
"prompt",
|
||||
"print",
|
||||
"transient",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||
"--shell=pwsh",
|
||||
"--error=1"
|
||||
]
|
||||
@@ -64,8 +61,7 @@
|
||||
"program": "${workspaceRoot}/src",
|
||||
"args": [
|
||||
"prompt",
|
||||
"debug",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json"
|
||||
"debug"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -78,7 +74,6 @@
|
||||
"prompt",
|
||||
"init",
|
||||
"cmd",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||
"--print"
|
||||
]
|
||||
},
|
||||
@@ -91,8 +86,7 @@
|
||||
"args": [
|
||||
"config",
|
||||
"export",
|
||||
"image",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json"
|
||||
"image"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -103,8 +97,7 @@
|
||||
"program": "${workspaceRoot}/src",
|
||||
"args": [
|
||||
"config",
|
||||
"migrate",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json"
|
||||
"migrate"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user