diff --git a/.bashrc b/.bashrc index 6e889e0..63fcda0 100644 --- a/.bashrc +++ b/.bashrc @@ -3,14 +3,17 @@ # # If not running interactively, don't do anything -#[[ $- != *i* ]] && return +[[ $- != *i* ]] && return alias ls='ls --color=auto' -PS1='[\u@\h \W]\$ ' +#PS1='[\u@\h \W]\$ ' # vi bindings set -o vi +# doas bash completion +complete -cf doas + # default editor export EDITOR=nvim export VISUAL=nvim