mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-02 19:57:19 +01:00
MycroftOS: Addition of BASH profile scripts
This commit is contained in:
parent
1db02c81f3
commit
38caead28d
6
buildroot-external/rootfs-overlay/.bash_profile
Normal file
6
buildroot-external/rootfs-overlay/.bash_profile
Normal file
@ -0,0 +1,6 @@
|
||||
if [ -n "$BASH_VERSION" ]; then
|
||||
# include .bashrc if it exists
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
fi
|
5
buildroot-external/rootfs-overlay/.bashrc
Normal file
5
buildroot-external/rootfs-overlay/.bashrc
Normal file
@ -0,0 +1,5 @@
|
||||
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
|
6
buildroot-external/rootfs-overlay/.profile
Normal file
6
buildroot-external/rootfs-overlay/.profile
Normal file
@ -0,0 +1,6 @@
|
||||
if [ -n "$BASH_VERSION" ]; then
|
||||
# include .bashrc if it exists
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
fi
|
@ -0,0 +1,6 @@
|
||||
if [ -n "$BASH_VERSION" ]; then
|
||||
# include .bashrc if it exists
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
fi
|
5
buildroot-external/rootfs-overlay/home/mycroft/.bashrc
Normal file
5
buildroot-external/rootfs-overlay/home/mycroft/.bashrc
Normal file
@ -0,0 +1,5 @@
|
||||
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
|
6
buildroot-external/rootfs-overlay/home/mycroft/.profile
Normal file
6
buildroot-external/rootfs-overlay/home/mycroft/.profile
Normal file
@ -0,0 +1,6 @@
|
||||
if [ -n "$BASH_VERSION" ]; then
|
||||
# include .bashrc if it exists
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
fi
|
6
buildroot-external/rootfs-overlay/root/.bash_profile
Normal file
6
buildroot-external/rootfs-overlay/root/.bash_profile
Normal file
@ -0,0 +1,6 @@
|
||||
if [ -n "$BASH_VERSION" ]; then
|
||||
# include .bashrc if it exists
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
fi
|
7
buildroot-external/rootfs-overlay/root/.bashrc
Normal file
7
buildroot-external/rootfs-overlay/root/.bashrc
Normal file
@ -0,0 +1,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 NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
6
buildroot-external/rootfs-overlay/root/.profile
Normal file
6
buildroot-external/rootfs-overlay/root/.profile
Normal file
@ -0,0 +1,6 @@
|
||||
if [ -n "$BASH_VERSION" ]; then
|
||||
# include .bashrc if it exists
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user