summaryrefslogtreecommitdiff
path: root/modules/40-neofetch/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/40-neofetch/install.sh')
-rw-r--r--modules/40-neofetch/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/40-neofetch/install.sh b/modules/40-neofetch/install.sh
index 39ef2f2..bd1e900 100644
--- a/modules/40-neofetch/install.sh
+++ b/modules/40-neofetch/install.sh
@@ -20,5 +20,5 @@ function install() {
log info "linking neofetch config"
mkdir -p "$HOME/.config/neofetch"
- ln -f "$_scriptdir/config.conf" "$HOME/.config/neofetch/config.conf"
+ ln -sf "$_scriptdir/config.conf" "$HOME/.config/neofetch/config.conf"
}