diff options
Diffstat (limited to 'bashrc')
-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" |