From 43fae925661c19aae43d06d694a8b8bc876c6de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Thu, 11 May 2023 23:28:36 +0200 Subject: [PATCH] Added the mtr --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 2528b2b..ba51d44 100644 --- a/.zshrc +++ b/.zshrc @@ -144,6 +144,7 @@ if [[ "$(uname)" == "Darwin" ]]; then 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'" alias xclip="pbcopy" + alias mtr="sudo /opt/homebrew/opt/mtr/sbin/mtr" # Project alias meraki="cd $HOME/git/ansible_collections/cisco/meraki/"