summaryrefslogtreecommitdiff
path: root/files/shell/bashrc
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-04-25 14:28:02 -0400
committerAndrew Opalach <andrew@akon.city> 2026-04-25 14:46:39 -0400
commit0848d6c89defb95966deeecd1c61352deccbeaec (patch)
tree21a2e74fcabb85c02fda8959badc08b0f7de0261 /files/shell/bashrc
parentef40a5119a77280863c21ba67397818514714ccc (diff)
downloaddotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.gz
dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.bz2
dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.zip
New CPU + Cleanup
Diffstat (limited to 'files/shell/bashrc')
-rw-r--r--files/shell/bashrc6
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