MycroftOS: Remove export for node, replace with LC_ALL.

This commit is contained in:
Peter Steenbergen 2019-12-17 09:27:02 +01:00
parent e714267786
commit a3e71e7602
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ export TERM=xterm-xfree86
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w \$\[\033[00m\] '
export NODE_PATH=/usr/lib/node_modules
export LC_ALL="C"
alias ll='ls -l'