diff options
author | Matthew Lemon <y@yulqen.org> | 2023-12-15 19:45:43 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-12-15 19:45:43 +0000 |
commit | 353491aaf1f08978f9412958e4112a9ce5b63f32 (patch) | |
tree | a223b23550a3109f25325bc01f356381792d693b /bashrc | |
parent | bafa89abfcd93ff461386129b13ab3ac0b0f6513 (diff) | |
parent | c2af1f7e18c69bde1c61b96058fa124c60b6721f (diff) |
Merge branch 'master' of git.sr.ht:~yulqen/arch-dotfiles
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" |