Browse Source

quick updates

rain.esteva 1 year ago
parent
commit
a4047feb7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aliases

+ 1 - 1
aliases

@@ -37,7 +37,7 @@ alias py="python"
 alias py2="python2"
 alias py2="python2"
 alias py3="python3"
 alias py3="python3"
 
 
-alias checkenv="if [ -n \"$PIPENV_ACTIVE\" ]; then echo 'Pipenv Environment Active'; fi"
+alias checkenv="if [ -n \"$PIPENV_ACTIVE\" ]; then echo \"Pipenv Environment Active\" && echo \"$VIRTUAL_ENV\"; fi"
 alias ce="checkenv"
 alias ce="checkenv"
 
 
 alias editsource="vim ~/.bashrc"
 alias editsource="vim ~/.bashrc"