Restore config.fish, bump gitignore/utils

This commit is contained in:
Andrejus
2021-04-27 17:29:19 +01:00
parent 31f3fe9064
commit fb50593834
4 changed files with 20 additions and 1 deletions

View File

@@ -83,5 +83,6 @@ function stow_package {
;;
esac
echo "Stowing $ABS_DIR/files/$name to $target"
sudo stow --dir="$ABS_DIR/files" --target=$target $name
}