Update 'makesymlinks.sh'
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user