Update.
This commit is contained in:
+7
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user