mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
better list for atlas
This commit is contained in:
parent
635df8dd6c
commit
3cfcd5c3e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue