diff --git a/_bashrc b/_bashrc index 1593fb7..f51f3d6 100755 --- a/_bashrc +++ b/_bashrc @@ -24,10 +24,6 @@ mkcd() { cd "$1" } -if [[ $- == *i* ]] && command -v zsh >/dev/null 2>&1; then - exec zsh -fi - 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 sgr0)"