mirror of
				https://github.com/OpenVoiceOS/OpenVoiceOS
				synced 2025-06-05 22:19:21 +02:00 
			
		
		
		
	MycroftOS: Addition of BASH profile scripts
This commit is contained in:
		
							
								
								
									
										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 | ||||||
		Reference in New Issue
	
	Block a user