~mehdix/dotfiles

05b46b014f5806b11d18c7acf64ba5f7e553725b — Mehdi Sadeghi 2 years ago b916883
Load .bashrc only for bash.
1 files changed, 1 insertions(+), 1 deletions(-)

M .bashrc
M .bashrc => .bashrc +1 -1
@@ 1,7 1,7 @@
# .bashrc
[ $0 != sh ] && [ -n "${ENV:=$HOME/.env}" ] && . "$ENV"

PS1='\[\033[1;33m\]$(prompt)\[\033[0m\]'
PS1='\[\033[1;33m\]$($HOME/.local/bin/prompt)\[\033[0m\]'
HISTCONTROL=ignoreboth:erasedups
HISTIGNORE="gst"
# see man strftime