Skip to content

Commit

Permalink
style(shell): don't run onefetch on terminal open
Browse files Browse the repository at this point in the history
  • Loading branch information
snelling-a committed Sep 20, 2024
1 parent c00fce1 commit 984c2c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shell/onefetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 984c2c1

Please sign in to comment.