This commit is contained in:
2025-05-08 03:20:06 +02:00
parent 49ec99ef01
commit 3c1d5d601f
5 changed files with 17 additions and 39 deletions
+7 -1
View File
@@ -100,12 +100,15 @@ fi
#if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
# . /etc/bash_completion
#fi
export PS1="root@snek: "
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
function r_update(){
if [ -f "r" ]; then
@@ -116,6 +119,9 @@ function r_update(){
mv r /usr/local/bin/r
}
resize > /dev/null
r_update
r