summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc11
1 files changed, 6 insertions, 5 deletions
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