You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Swiftly/Init.swift
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -239,9 +239,7 @@ struct Init: SwiftlyCommand {
239
239
// Fish doesn't have path caching, so this might only be needed for bash/zsh
240
240
if pathChanged && !quietShellFollowup && !shell.hasSuffix("fish"){
241
241
SwiftlyCore.print("""
242
-
Your shell caches items on your path for better performance. Swiftly has added items to your path that may not get picked up right away. You can run this command to update your shell to get these items.
243
-
244
-
hash -r
242
+
Your shell caches items on your path for better performance. Swiftly has added items to your path that may not get picked up right away. You can run 'hash -r' to update your shell in place.
0 commit comments