main: work in progress [might break]
This commit is contained in:
parent
54c547fe4d
commit
f9cdea25e5
|
@ -24,7 +24,7 @@ command_not_found_handle(){
|
||||||
}
|
}
|
||||||
|
|
||||||
resize
|
resize
|
||||||
#test $HOSTNAME = localhost || clear
|
test $HOSTNAME = localhost || clear
|
||||||
cat /mnt/motd
|
cat /mnt/motd
|
||||||
export PATH=$PATH:/mnt
|
export PATH=$PATH:/mnt
|
||||||
export PS1="\n[38;5;57mx[38;5;93mr[38;5;129ms[38;5;165mh [38;5;201m# \033[0m"
|
export PS1="\n[38;5;57mx[38;5;93mr[38;5;129ms[38;5;165mh [38;5;201m# \033[0m"
|
||||||
|
|
Loading…
Reference in New Issue