From 414aeb87cdd91a6c1b3b3742c9b0d9892eae785d Mon Sep 17 00:00:00 2001 From: David Aizenberg Date: Fri, 3 Apr 2020 05:27:27 +0300 Subject: [PATCH] add moc --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 8be0a69..3f8a582 100644 --- a/.zshrc +++ b/.zshrc @@ -211,3 +211,4 @@ function tf() { # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. export PATH="$PATH:$HOME/.rvm/bin" +alias moc='mocp --theme=transparent-background'