1. 27 Feb, 2020 4 commits
    • Petr Bělohlávek's avatar
      python: add alias to run the proper IPython based on virtualenv · 6b54302b
      Petr Bělohlávek authored
      Current state: a user invokes `ipython` and is provided with the IPython
      instance regarding the `$PATH`.
      
      Proposed state: a user invokes `ipython` (which is a new alias in the
      *python plugin*) and is provided with the proper IPython instance regarding
      the currently activated virtualenv.
      
      Example: the user's default Python is 2.7 with installed IPython 2.7. User
      activates Python 3.5 virtualenv where he installs IPython 3.5. After
      activating the environment, one expects `ipython` to run the version 3.5,
      which does not happen by default. Instead, IPython 2.7 is used, which in
      counter-intuitive and often causes problem.
      
      Closes #5797
      6b54302b
    • Mauricio Wolff's avatar
      updater: add --autostash to git pull (#7172) · bccfe138
      Mauricio Wolff authored
      If I have custom configs (like theme customizations) I have to stash my changes and get them back after the update. 
      
      By adding the --autostash on upgrade.sh, if I have any changes not commited they'll be reapplied after the upgrade, allowing me to have temporary customizations without any harm to the upgrade process.
      bccfe138
    • Marc Cornellà's avatar
      vagrant: document aliases · 6cb8ff39
      Marc Cornellà authored
      6cb8ff39
    • Marc Cornellà's avatar
      vagrant: add common aliases (#3762) · 3c61bac9
      Marc Cornellà authored
      3c61bac9
  2. 26 Feb, 2020 1 commit
  3. 25 Feb, 2020 6 commits
  4. 24 Feb, 2020 3 commits
  5. 19 Feb, 2020 8 commits
  6. 18 Feb, 2020 6 commits
  7. 17 Feb, 2020 2 commits
  8. 15 Feb, 2020 3 commits
  9. 13 Feb, 2020 4 commits
  10. 12 Feb, 2020 3 commits