Compare commits
2 commits
95d7a9a3e3
...
c45bdf67c3
Author | SHA1 | Date | |
---|---|---|---|
Geoffrey Frogeye | c45bdf67c3 | ||
Geoffrey Frogeye | 940a4b41fa |
6
bashrc
6
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
|
||||
|
|
|
@ -176,7 +176,7 @@ function install-preferences {
|
|||
inst tsu
|
||||
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
|
||||
inst pkgfile
|
||||
systemctl enable pkgfile-update.timer
|
||||
|
|
Loading…
Reference in a new issue