From 3cfcd5c3e2f517c0ce55b7a411650c518524fcfb Mon Sep 17 00:00:00 2001 From: Nathan Stilwell Date: Thu, 8 Sep 2016 10:23:17 -0400 Subject: [PATCH] better list for atlas --- plugins/atlas/atlas.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/atlas/atlas.plugin.zsh b/plugins/atlas/atlas.plugin.zsh index 7a3b2f9ea..b34970f98 100644 --- a/plugins/atlas/atlas.plugin.zsh +++ b/plugins/atlas/atlas.plugin.zsh @@ -56,7 +56,7 @@ function atlas_show { function atlas_list { if [ -d "/Users/nstilwell/.hosts" ] && [ -e "/Users/nstilwell/.hosts/$1" ]; then - ls ~/.hosts; + ls -F ~/.hosts | grep -v /$; else echo "Atlas not initialized"; atlas_usage;