mirror of
https://github.com/iridakos/goto.git
synced 2025-05-17 07:50:18 -07:00
Don't print list when cleaning up.
This commit is contained in:
parent
792e11d9dc
commit
af4719fbb6
@ -143,7 +143,6 @@ function _goto_unregister_alias
|
||||
# Unregisters aliases whose directories no longer exist.
|
||||
function _goto_cleanup()
|
||||
{
|
||||
sed '/^\s*$/d' ~/.goto
|
||||
while IFS='' read -r entry || [[ -n "$entry" ]]; do
|
||||
al=$(echo $entry | sed 's/[\t ].*//')
|
||||
dir=$(echo $entry | sed 's/[^ ]* //')
|
||||
|
Loading…
x
Reference in New Issue
Block a user