Update 'makesymlinks.sh'
This commit is contained in:
@ -31,7 +31,7 @@ for file in $files; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# link Starship config to ~/.config/ if exists
|
# link Starship config to ~/.config/ if exists
|
||||||
if [ -f ~/.config ]; then
|
if [ -d ~/.config ]; then
|
||||||
ln -s $dir/starship.toml ~/.config/starship.toml
|
ln -s $dir/starship.toml ~/.config/starship.toml
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user