added chmod +x alias

This commit is contained in:
Niklas 2020-10-27 00:09:54 +01:00
parent 72d86976e0
commit a79eec8b54

1
.zshrc
View File

@ -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"