diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-06 21:03:11 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-06 21:03:11 +0100 |
| commit | 96c8d201349fe8b41ca6bfc38317a42169e07cb7 (patch) | |
| tree | 6a2ba5ab81ef60528aad3d9902cb64ff20b56dc4 /.ncmpcpp | |
| parent | 6b943bddc9e45dd4e625157950a2f35900d71a67 (diff) | |
corrected some path errors
Diffstat (limited to '.ncmpcpp')
| -rw-r--r-- | .ncmpcpp/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ncmpcpp/config b/.ncmpcpp/config index f499c17..20def9f 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -1,6 +1,6 @@ # Files -ncmpcpp_directory = $HOME/.ncmpcpp -lyrics_directory = $HOME/.ncmpcpp/lyrics +ncmpcpp_directory = ~/.ncmpcpp +lyrics_directory = ~/.ncmpcpp/lyrics mpd_host = localhost mpd_port = 6600 |
