This commit is contained in:
Oshgnacknak 2025-09-07 01:32:42 +02:00
parent 4d1d79ae9f
commit 1d400faf30
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -24,10 +24,6 @@ mkcd() {
cd "$1" cd "$1"
} }
if [[ $- == *i* ]] && command -v zsh >/dev/null 2>&1; then
exec zsh
fi
export PS1=" export PS1="
$(tput bold)$(tput setaf 1)[$(tput setaf 3)\u$(tput setaf 2)@$(tput setaf 4)\H $(tput setaf 5)\w$(tput setaf 1)]$(tput setaf 7) $(tput bold)$(tput setaf 1)[$(tput setaf 3)\u$(tput setaf 2)@$(tput setaf 4)\H $(tput setaf 5)\w$(tput setaf 1)]$(tput setaf 7)
$ $(tput sgr0)" $ $(tput sgr0)"