Fixed brew path not being sourced; Fixed yabai focusing

This commit is contained in:
Random936
2024-10-01 18:39:31 -07:00
parent 7cd214e1ac
commit b7d9bb3122
2 changed files with 6 additions and 0 deletions

View File

@@ -40,6 +40,10 @@
function ....... { cd ../../../../../../.. }
function bw-copy { bw-load && bw get password "$1" | xsel --clipboard -i }
function bw-clear { echo -n "" | xsel --clipboard }
if [[ "$(uname)" == "Darwin" ]]; then
source <(/opt/homebrew/bin/brew shellenv)
fi
'';
plugins = [