Compare commits

..

No commits in common. "c45bdf67c3564a2911ab723b6eb7cd8c49f9d07b" and "95d7a9a3e3f736a90a913f7bd216add6dcd15dfc" have entirely different histories.

2 changed files with 5 additions and 3 deletions

6
bashrc
View file

@ -18,10 +18,12 @@ else
fi fi
export USER=$(whoami) export USER=$(whoami)
PS1="\[\e]2;\u@\h \w\a\]\[\e[0;37m\][\[\e[0;${col}m\]\u\[\e[0;37m\]@\[\e[0;34m\]\h \[\e[0;36m\]\W\[\e[0;37m\]]\$\[\e[0m\] " export HOSTNAME=$(cat /etc/hostname)
HOST=${HOSTNAME%%.*}
PS1="\[\e]2;\u@${HOST} \w\a\]\[\e[0;37m\][\[\e[0;${col}m\]\u\[\e[0;37m\]@\[\e[0;34m\]${HOST} \[\e[0;36m\]\W\[\e[0;37m\]]\$\[\e[0m\] "
PS2="> " PS2="> "
PS3="+ " PS3="+ "
PS4="- " PS4="+ "
# Vars # Vars

View file

@ -176,7 +176,7 @@ function install-preferences {
inst tsu inst tsu
fi fi
fi fi
inst moreutils screen ncdu lsof htop proxytunnel pass pv curl wget sshfs netcat inst moreutils screen ncdu htop proxytunnel pass pv curl wget sshfs netcat
if [[ $ARCH == 1 && $ROOT == 1 ]]; then if [[ $ARCH == 1 && $ROOT == 1 ]]; then
inst pkgfile inst pkgfile
systemctl enable pkgfile-update.timer systemctl enable pkgfile-update.timer