1
0
Fork 0

add alias to chown the efi_vars.fd file with UTM installed via Nix

This commit is contained in:
Pratham Patel 2024-01-26 16:22:00 +05:30
parent 01d8ab7d28
commit 198aee37a2
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ elif [[ "$(uname -s)" == 'Darwin' ]]; then
alias ktb='sudo pkill TouchBarServer; sudo killall ControlStrip'
alias mpv='mpv --vo=libmpv'
alias ownefivars="chmod +uw ${HOME}/Library/Containers/com.utmapp.UTM/Data/Documents/*.utm/Data/efi_vars.fd"
path_add '/usr/local/bin'
fi