diff options
Diffstat (limited to 'files/shell/bashrc')
| -rw-r--r-- | files/shell/bashrc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/files/shell/bashrc b/files/shell/bashrc index df595d0..a5a4000 100644 --- a/files/shell/bashrc +++ b/files/shell/bashrc @@ -2,11 +2,7 @@ source ~/.profile gpgconf --launch gpg-agent -if [ -v $NIX_SHELL ]; then - complete -cf doas -else - complete -F _root_command doas -fi +complete -F _root_command doas export HISTCONTROL=erasedups export HISTFILE=$HOME/.bash_history |