Compare commits

...

2 commits

Author SHA1 Message Date
Geoffrey Frogeye c45bdf67c3 Merge branch 'master' of frogit:geoffrey/dotfiles 2016-12-30 15:36:30 +01:00
Geoffrey Frogeye 940a4b41fa Things 2016-12-30 15:35:25 +01:00
2 changed files with 3 additions and 5 deletions

6
bashrc
View file

@ -18,12 +18,10 @@ else
fi fi
export USER=$(whoami) export USER=$(whoami)
export HOSTNAME=$(cat /etc/hostname) 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\] "
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 htop proxytunnel pass pv curl wget sshfs netcat inst moreutils screen ncdu lsof 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