Compare commits

..

No commits in common. "852d3fc3796003a829811a734e539211bf47128c" and "54a3a20434bcc9741a4fd7ce9a8ff58950ddbe5c" have entirely different histories.

3 changed files with 1 additions and 3 deletions

View File

@ -1 +0,0 @@
4

View File

3
.zshrc
View File

@ -156,7 +156,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
alias date='gdate'
alias lsblk="diskutil list"
alias Update="$HOME/.local/bin/Update-pkg; brew update; brew upgrade; brew upgrade --greedy; sudo softwareupdate -i -a -R"
alias Update="$HOME/.local/bin/Update-pkg; brew update; brew upgrade; sudo softwareupdate -i -a -R"
alias ls="ls -Gh"
alias mpv="mpv --ytdl-raw-options="yes-playlist=" --no-resume-playback --ytdl-format='bestvideo[height<=?1080]+bestaudio/best'"
alias code="open -a 'Visual Studio Code'"
@ -164,7 +164,6 @@ if [[ "$(uname)" == "Darwin" ]]; then
alias mtr="sudo /opt/homebrew/opt/mtr/sbin/mtr"
alias sleep-lid-off="sudo pmset -b sleep 0; sudo pmset -b disablesleep 1"
alias sleep-lid-on="sudo pmset -b sleep 5; sudo pmset -b disablesleep 0"
alias restart-network-share="sudo pkill -i netauthsysagent"
# Terraform
export TFENV_ARCH=amd64