From dd071b22cc16d8dc4650cd8ff4b8aa91618a17a6 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sat, 14 Dec 2019 14:46:41 -0500 Subject: [PATCH] Fix README --- README.org | 2 +- .tmux.conf => tmux.conf | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .tmux.conf => tmux.conf (100%) diff --git a/README.org b/README.org index 77f2c76..cec1058 100644 --- a/README.org +++ b/README.org @@ -69,7 +69,7 @@ purposes Install: #+BEGIN_SRC sh - ln cava.config ~/.config/cava/ + ln cava.config ~/.config/cava/config #+END_SRC * [[https://github.com/arybczak/ncmpcpp][ncmpcpp]] Configuration file [[config.ncmpcpp]] diff --git a/.tmux.conf b/tmux.conf similarity index 100% rename from .tmux.conf rename to tmux.conf