BICORP commited on
Commit
eaacd75
·
verified ·
1 Parent(s): 11dc607

Upload directory

Browse files
Files changed (1) hide show
  1. .bashrc +10 -0
.bashrc ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Set the encoding for SSH since ssh can't inherit the ENV
2
+ export LC_ALL=C.UTF-8
3
+ export LANG=C.UTF-8
4
+
5
+ # Set HOME
6
+ export HOME="/teamspace/studios/this_studio"
7
+
8
+ # >>> lightning managed. do not modify >>>
9
+ [ -f /settings/.lightningrc ] && source /settings/.lightningrc bash
10
+ # <<< lightning managed. do not modify <<<