minor path fix

This commit is contained in:
2018-04-15 19:10:57 +02:00
parent a544c024d6
commit 81e875bcd6

View File

@@ -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