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;