diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-30 15:33:12 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-30 15:33:12 +0100 |
commit | 6904171b9de66bdf680b1dfcb7b435408875c159 (patch) | |
tree | 09b97e5b3648836785dcda8ca55ef0c0a8180931 | |
parent | 1f4bc64501bb684be463b40502cf2bd8777f26c7 (diff) |
Fix openai_key
Diffstat (limited to '')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ export EDITOR=vim # export VISUAL="emacsclient -c -a emacs" # $VISUAL opens in GUI mode # openai keys -source $HOME/dotfiles/openai_key +source $HOME/Documents/sync/openai_key # aliases alias pacget="pacman -Slq | fzf --multi --preview 'pacman -Si {1}' | xargs -ro sudo pacman -S" |