aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-09-30 15:33:12 +0100
committerMatthew Lemon <y@yulqen.org>2023-09-30 15:33:12 +0100
commit6904171b9de66bdf680b1dfcb7b435408875c159 (patch)
tree09b97e5b3648836785dcda8ca55ef0c0a8180931
parent1f4bc64501bb684be463b40502cf2bd8777f26c7 (diff)
Fix openai_key
Diffstat (limited to '')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 66de5e0..2a3fe0e 100644
--- a/bashrc
+++ b/bashrc
@@ -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"