diff options
author | Matthew Lemon <y@yulqen.org> | 2023-12-13 16:07:29 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-12-13 16:07:29 +0000 |
commit | 8852f0fc025920aed254523b018bb340f87cc05e (patch) | |
tree | d45f522f5155aa741ebe16eb6e18c9d377aca928 | |
parent | 932b8cf0e9e3e8318c04cc13d518d32bff7b0928 (diff) |
Removes beets thing on start up
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |