mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-03-31 11:50:08 +02:00
Cleanup of old and now unneeded files.
This commit is contained in:
parent
9320bd286b
commit
2ed2e092ca
@ -1,6 +0,0 @@
|
|||||||
if [ -n "$BASH_VERSION" ]; then
|
|
||||||
# include .bashrc if it exists
|
|
||||||
if [ -f "$HOME/.bashrc" ]; then
|
|
||||||
. "$HOME/.bashrc"
|
|
||||||
fi
|
|
||||||
fi
|
|
@ -1,5 +0,0 @@
|
|||||||
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
|
|
@ -1,6 +0,0 @@
|
|||||||
if [ -n "$BASH_VERSION" ]; then
|
|
||||||
# include .bashrc if it exists
|
|
||||||
if [ -f "$HOME/.bashrc" ]; then
|
|
||||||
. "$HOME/.bashrc"
|
|
||||||
fi
|
|
||||||
fi
|
|
Binary file not shown.
@ -1,6 +0,0 @@
|
|||||||
if [ -n "$BASH_VERSION" ]; then
|
|
||||||
# include .bashrc if it exists
|
|
||||||
if [ -f "$HOME/.bashrc" ]; then
|
|
||||||
. "$HOME/.bashrc"
|
|
||||||
fi
|
|
||||||
fi
|
|
@ -1,7 +0,0 @@
|
|||||||
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"
|
|
@ -1,6 +0,0 @@
|
|||||||
if [ -n "$BASH_VERSION" ]; then
|
|
||||||
# include .bashrc if it exists
|
|
||||||
if [ -f "$HOME/.bashrc" ]; then
|
|
||||||
. "$HOME/.bashrc"
|
|
||||||
fi
|
|
||||||
fi
|
|
@ -1,2 +0,0 @@
|
|||||||
[Service]
|
|
||||||
ExecStartPre=-/bin/psplash-write "PROGRESS 5"
|
|
Loading…
x
Reference in New Issue
Block a user