From 9210c8d9a5d3934effdefeb29f921fd6d42cfed1 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Fri, 20 Jan 2017 03:25:41 +0100 Subject: [PATCH] small cleanups --- zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index f2c5856..b8485eb 100644 --- a/zshrc +++ b/zshrc @@ -93,9 +93,11 @@ else fi alias "ipconf"="ip addr show" -## CONVERTING (cip has better defaults) ## +## General ## if [[ $HOST =~ atlantis* ]]; then alias -g jpg2png="echo 'use convert [file_in.jpg] [file_out.png]'" + alias mpc-curses='ncmpc --host 10.100.4.22' + alias wgplayer='ncmpc --host 10.100.4.22' fi ## MARKINGBIRD ## @@ -184,4 +186,3 @@ fi if [[ $HOST =~ faui* ]]; then mesg n fi -alias mpc-curses='ncmpc --host 10.100.4.22'