1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-14 18:08:22 +01:00
OpenVoiceOS/buildroot-external/rootfs-overlay/home/mycroft/.bashrc
2019-12-17 09:27:02 +01:00

13 lines
339 B
Bash

export TERM=xterm-xfree86
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w \$\[\033[00m\] '
export LC_ALL="C"
alias ll='ls -l'
######################################################################
# Initialize MycroftOS CLI Environment
######################################################################
source cli_login.sh