use $HOME variable

This commit is contained in:
Ivar Fatland
2026-05-10 01:39:06 +02:00
parent fe8b9ea0f9
commit a2f05963bb
+1 -1
View File
@@ -1,4 +1,4 @@
ls /Applications/ /Applications/Utilities/ /System/Applications/ /System/Applications/Utilities/ /Users/ivar.fatland/Applications/ /Users/ivar.fatland/Applications/Chrome\ Apps.localized/ | \ ls /Applications/ /Applications/Utilities/ /System/Applications/ /System/Applications/Utilities/ $HOME/Applications/ $HOME/Applications/Chrome\ Apps.localized/ | \
grep '\.app$' | \ grep '\.app$' | \
sed 's/\.app$//g' | \ sed 's/\.app$//g' | \
{ cat; echo "Finder"; } | \ { cat; echo "Finder"; } | \