Update 'makesymlinks.sh'

This commit is contained in:
2022-09-16 06:47:15 -05:00
parent 901863c9ff
commit 68d222153b

View File

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