From 940a4b41fae555deaa00019c3551f7089c3f455f Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Fri, 30 Dec 2016 15:35:25 +0100 Subject: [PATCH] Things --- bashrc | 6 ++---- scripts/installPreferences.sh | 3 ++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/bashrc b/bashrc index 2eb545c..19e14ec 100644 --- a/bashrc +++ b/bashrc @@ -18,12 +18,10 @@ else fi export USER=$(whoami) -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\] " +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\] " PS2="> " PS3="+ " -PS4="+ " +PS4="- " # Vars diff --git a/scripts/installPreferences.sh b/scripts/installPreferences.sh index 6417c6e..ab614be 100755 --- a/scripts/installPreferences.sh +++ b/scripts/installPreferences.sh @@ -145,11 +145,12 @@ function install-preferences { # Common CLI # Utils - inst moreutils screen ncdu htop proxytunnel pass pv curl sshfs netcat + inst moreutils screen ncdu lsof htop proxytunnel pass pv curl sshfs netcat if [ $ARCH == 1 ]; then inst pkgfile if [ $ROOT == 1 ]; then systemctl enable pkgfile-update.timer + inst cronie fi fi