From a79eec8b54e155443806ccb53704796b75560c61 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 27 Oct 2020 00:09:54 +0100 Subject: [PATCH] added chmod +x alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 438763e..7a92b39 100644 --- a/.zshrc +++ b/.zshrc @@ -107,3 +107,4 @@ alias mixer="pulsemixer" alias ssh="TERM=xterm-256color ssh" alias yt-dl-audio="youtube-dl --extract-audio --audio-format mp3" alias rm="trash" +alias modx="chmod +x"