From fe61dee51170a4aa7cdd984e03e56d4dc45afbb9 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 5 Mar 2020 17:26:08 +0000 Subject: Splice configs/shared directory - Move all children from configs/shared into configs. - Delete "shared" directory. --- configs/uninstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/uninstall') diff --git a/configs/uninstall b/configs/uninstall index 30ccc76d2351..e082d75ceefa 100755 --- a/configs/uninstall +++ b/configs/uninstall @@ -2,4 +2,4 @@ configs="$BRIEFCASE/configs" -(cd "$configs/shared" && stow --delete --target="$HOME" .) +(cd "$configs" && stow --delete --target="$HOME" .) -- cgit 1.4.1