Skip to content

Commit e1d46c1

Browse files
committed
ubuntu/scripts/install-configfiles: minor update
1 parent 54910e6 commit e1d46c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu/scripts/install-configfiles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if [[ -d ${path_to_home_config} && ! -e ${path_to_home_fish} ]]; then
6666
ln -s "${path_to_configs_fish}" "${path_to_home_fish}"
6767
fi
6868

69-
# [alacritty] install repository and package
69+
# [alacritty] symlink the directory
7070
echo -e "[alacritty] Linking configuration directory..."
7171
if [[ -d ${path_to_home_config} && ! -e ${path_to_home_alacritty} ]]; then
7272
ln -s "${path_to_configs_alacritty}" "${path_to_home_alacritty}"

0 commit comments

Comments
 (0)