Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 4ce2f72

Browse files
committed
Use && when using ssh alias
1 parent 8a90032 commit 4ce2f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Note that the path to this file may be different on systems where `/dev/shm` is
3636

3737
In many shells, you can define an alias for the `ssh` command which ensures your keys are fetched before connecting to a server, like so:
3838

39-
alias ssh="op-ssh-fetch -n; ssh"
39+
alias ssh="op-ssh-fetch -n && ssh"
4040

4141
## Usage
4242

0 commit comments

Comments
 (0)