From 08967454d53c99b07fe927237f658b44b54e3bd6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= <y0rune@aol.com>
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/"