diff --git a/shell/onefetch.sh b/shell/onefetch.sh index 93fa78b..b9adc7a 100644 --- a/shell/onefetch.sh +++ b/shell/onefetch.sh @@ -16,7 +16,3 @@ cd() { builtin cd "$@" || exit check_directory_for_new_repository } - -# optional, greet also when opening shell directly in repository directory -# adds time to startup -check_directory_for_new_repository