MycroftOS: Remove export for node, replace with LC_ALL.
This commit is contained in:
parent
e714267786
commit
a3e71e7602
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue