aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index a973a69..0a85dd3 100644
--- a/bashrc
+++ b/bashrc
@@ -37,7 +37,7 @@ source $HOME/Documents/sync/openai_key
# completion for beets
# from https://wiki.archlinux.org/title/Beets
-eval "$(beet completion)"
+#eval "$(beet completion)"
# aliases
alias pacget="pacman -Slq | fzf --multi --preview 'pacman -Si {1}' | xargs -ro sudo pacman -S"