aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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"