mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
parent
348666beaf
commit
39d2739fb7
@ -650,7 +650,7 @@ function __bobthefish_prompt_rubies -S -d 'Display current Ruby information'
|
|||||||
end
|
end
|
||||||
|
|
||||||
function __bobthefish_virtualenv_python_version -S -d 'Get current Python version'
|
function __bobthefish_virtualenv_python_version -S -d 'Get current Python version'
|
||||||
switch (python --version ^| tr '\n' ' ')
|
switch (python --version ^&1 | tr '\n' ' ')
|
||||||
case 'Python 2*PyPy*'
|
case 'Python 2*PyPy*'
|
||||||
echo $__bobthefish_pypy_glyph
|
echo $__bobthefish_pypy_glyph
|
||||||
case 'Python 3*PyPy*'
|
case 'Python 3*PyPy*'
|
||||||
|
Loading…
Reference in New Issue
Block a user