From 81e875bcd686e4fa7e39e046713aa86e782d0150 Mon Sep 17 00:00:00 2001 From: Michael Skrynski Date: Sun, 15 Apr 2018 19:10:57 +0200 Subject: [PATCH] minor path fix --- make_my_dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_my_dotfiles.sh b/make_my_dotfiles.sh index 8512404..a69593b 100755 --- a/make_my_dotfiles.sh +++ b/make_my_dotfiles.sh @@ -39,7 +39,7 @@ fi if [ ! -d $HOME/.config/fish ] then - ln -s $HOME/dotfiles/fish $HOME/.config/fish + ln -s $HOME/dotfiles/fish $HOME/.config else echo "Symlink $HOME/.config/fish already exists" fi