mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 03:49:40 -08:00
parent
7a85ee30d7
commit
676da9e4d1
|
@ -1,5 +1,6 @@
|
|||
export POSH_THEME=::CONFIG::
|
||||
export POWERLINE_COMMAND="oh-my-posh"
|
||||
export CONDA_PROMPT_MODIFIER=false
|
||||
|
||||
TIMER_START="/tmp/${USER}.start.$$"
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
set -g posh_theme ::CONFIG::
|
||||
set -g POWERLINE_COMMAND "oh-my-posh"
|
||||
set -g CONDA_PROMPT_MODIFIER false
|
||||
|
||||
function fish_prompt
|
||||
set -l omp_stack_count (count $dirstack)
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# that pop up when we don't
|
||||
[console]::InputEncoding = [console]::OutputEncoding = New-Object System.Text.UTF8Encoding
|
||||
$env:POWERLINE_COMMAND = "oh-my-posh"
|
||||
$env:CONDA_PROMPT_MODIFIER = $false
|
||||
|
||||
$global:PoshSettings = New-Object -TypeName PSObject -Property @{
|
||||
Theme = "";
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
export POSH_THEME=::CONFIG::
|
||||
export POWERLINE_COMMAND="oh-my-posh"
|
||||
export CONDA_PROMPT_MODIFIER=false
|
||||
|
||||
function omp_preexec() {
|
||||
omp_start_time=$(::OMP:: --millis)
|
||||
|
|
Loading…
Reference in a new issue