From 167b00b078cfb36f90a62a36565a9f9b9fab23b6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 18 Feb 2011 22:17:20 -0600 Subject: move this to the ncmpc config file --- bashrc | 1 - ncmpc/config | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 ncmpc/config diff --git a/bashrc b/bashrc index e2a4c58..b9d4d03 100644 --- a/bashrc +++ b/bashrc @@ -58,7 +58,6 @@ alias rm="rm -i" alias cp="cp -i" alias mv="mv -i" alias bc="bc -lq" -alias ncmpc="ncmpc -c" alias truecrypt="truecrypt -t" alias prove="prove -rj5" alias cpan-outdated="cpan-outdated --mirror file://${HOME}/perl5/minicpan/" diff --git a/ncmpc/config b/ncmpc/config new file mode 100644 index 0000000..5024c5e --- /dev/null +++ b/ncmpc/config @@ -0,0 +1,2 @@ +audible-bell = no +enable-colors = yes -- cgit v1.2.3-54-g00ecf