diff options
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" |