From 74f77d238d71500a8fb8c83f9a6ef5758c29f095 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 19 Dec 2025 22:43:45 +0100 Subject: Remove starship, use custom bash prompt --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index ca1755a..c43044c 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -3,6 +3,7 @@ export PATH=$HOME/.dotfiles/bin/:/usr/local/bin/:$PATH export GOPATH=$HOME/.go export EDITOR='nvim' export MANPAGER='nvim +Man!' +export PS1="\n\e[1;32m[\u@\h:\w]\$ \e[0m" # Aliases alias ls='ls --color=auto' @@ -25,7 +26,6 @@ bind '"\e[A":history-search-backward' bind '"\e[B":history-search-forward' # Start programs -eval "$(starship init bash)" eval "$(zoxide init --cmd='cd' bash)" if [[ -f ~/.bash-preexec.sh ]]; then -- cgit 1.4.1