diff --git a/makesymlinks.sh b/makesymlinks.sh index 1f3fe18..83bd125 100755 --- a/makesymlinks.sh +++ b/makesymlinks.sh @@ -31,7 +31,7 @@ for file in $files; do done # link Starship config to ~/.config/ if exists -if [ -f ~/.config ]; then +if [ -d ~/.config ]; then ln -s $dir/starship.toml ~/.config/starship.toml fi