diff --git a/.zshrc b/.zshrc index 37fb994..44ac5a1 100644 --- a/.zshrc +++ b/.zshrc @@ -5,18 +5,6 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi -# Intel (Rosetta 2) Homebrew -alias ibrew='arch -x86_64 /usr/local/bin/brew' - -# Refresh Proxy Audio Device -alias proxy-audio="sudo launchctl kickstart -k system/com.apple.audio.coreaudiod" - -# Run script that reloads coreaudio -alias ka='zsh /Users/porridge/kill.sh' - -# To get GPG signing to work on macOS -# export GPG_TTY=$(tty) - eval $(thefuck --alias) #THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!