rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4701a1fce5ab4069fc9c336b17ff572408680fca
parent de11dded56c33f63b4ba2bc295ad2684a676eba9
Author: Mark Feller <mark.feller@member.fsf.org>
Date:   Sat, 10 Nov 2018 13:38:10 -0700

cleanup

Diffstat:
D.config/ncmpcpp/error.log | 0
M.gitignore | 9---------
Mlink.sh | 2+-
3 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/.config/ncmpcpp/error.log b/.config/ncmpcpp/error.log diff --git a/.gitignore b/.gitignore @@ -1,11 +1,2 @@ # mpd -.config/mpd/playlists -.config/mpd/database -.config/mpd/log -.config/mpd/pid -.config/mpd/state -.config/mpd/sticker.sql .config/ncmpcpp/lyrics - -.vim/plugged -.vim/.netrwhist diff --git a/link.sh b/link.sh @@ -1,7 +1,7 @@ #!/bin/sh function link { - ln -sFf $1 $HOME/$1 + ln -Ff $1 $HOME/$1 } function link_config {