Browse Source

import re

Fabian Peter Hammerle 5 years ago
parent
commit
6258c025e4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rc.xsh

+ 2 - 0
rc.xsh

@@ -24,4 +24,6 @@ $PROMPT = ''.join([
 ])
 $RIGHT_PROMPT = '{gitstatus}{env_name: {}}'
 
+import re as re
+
 # vim: filetype=python