aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-12-13 16:07:29 +0000
committerMatthew Lemon <y@yulqen.org>2023-12-13 16:07:29 +0000
commit8852f0fc025920aed254523b018bb340f87cc05e (patch)
treed45f522f5155aa741ebe16eb6e18c9d377aca928
parent932b8cf0e9e3e8318c04cc13d518d32bff7b0928 (diff)
Removes beets thing on start up
-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"