From a8e76578447ef8e4576cef86804c3f38e0c47573 Mon Sep 17 00:00:00 2001 From: "Adam M. Stück" Date: Sat, 4 Feb 2023 00:18:19 +0100 Subject: shell: disable starship prompt, minor cleanup --- .bashrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 0626d61..9224f4d 100644 --- a/.bashrc +++ b/.bashrc @@ -1,10 +1,6 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -HISTCONTROL=ignoreboth:erasedups -HISTSIZE=100000 -HISTFILESIZE=$HISTSIZE - shopt -s histappend shopt -s checkwinsize @@ -16,12 +12,17 @@ export EDITOR=nvim export VISUAL=nvim export PAGER="less -i -j.5 -R" +export HISTCONTROL=ignoreboth:erasedups +export HISTSIZE=100000 +export HISTFILESIZE=$HISTSIZE +export PS1="\[\e[1;33m\]\W\[\e[m\] $ " + source /usr/share/fzf/key-bindings.bash source /usr/share/fzf/completion.bash source $XDG_DATA_HOME/cargo/env source $XDG_CONFIG_HOME/aliases eval "$(zoxide init bash)" -eval "$(starship init bash)" +# eval "$(starship init bash)" # pfetch -- cgit v1.2.3-70-g09d2