mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-14 18:08:22 +01:00
6 lines
140 B
Bash
6 lines
140 B
Bash
|
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
|