fix: set conda env var

relates to #133
This commit is contained in:
Jan De Dobbeleer 2021-05-20 19:24:58 +02:00 committed by Jan De Dobbeleer
parent 7a85ee30d7
commit 676da9e4d1
4 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
export POSH_THEME=::CONFIG::
export POWERLINE_COMMAND="oh-my-posh"
export CONDA_PROMPT_MODIFIER=false
TIMER_START="/tmp/${USER}.start.$$"

View file

@ -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)

View file

@ -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 = "";

View file

@ -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)